| Macros | |
| #define | CS_CDO_FIELD_INTERPOLATION_SCALAR_C2V (1 << 0) | 
| #define | CS_CDO_FIELD_INTERPOLATION_SCALAR_C2F (1 << 1) | 
Flags specifying which kind of interpolation will be used This enables to activate/add equations at the setup stage
| #define CS_CDO_FIELD_INTERPOLATION_SCALAR_C2F (1 << 1) | 
2: Perform an interpolation at faces of a scalar-valued field defined at cells. Activating this flag yields the creation of the equation and its related field called "scalar_c2f_field_interpolation"
| #define CS_CDO_FIELD_INTERPOLATION_SCALAR_C2V (1 << 0) | 
1: Perform an interpolation at vertices of a scalar-valued field defined at cells. Activating this flag yields the creation of the equation and its related field called "scalar_c2v_field_interpolation"