8.3
general documentation
Interpolation flags for CDO

Macros

#define CS_CDO_FIELD_INTERPOLATION_SCALAR_C2V   (1 << 0)
 
#define CS_CDO_FIELD_INTERPOLATION_SCALAR_C2F   (1 << 1)
 

Detailed Description

Flags specifying which kind of interpolation will be used This enables to activate/add equations at the setup stage

Macro Definition Documentation

◆ CS_CDO_FIELD_INTERPOLATION_SCALAR_C2F

#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"

◆ CS_CDO_FIELD_INTERPOLATION_SCALAR_C2V

#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"