1 #ifndef __CS_CDO_FIELD_INTERPOLATION_H__
2 #define __CS_CDO_FIELD_INTERPOLATION_H__
56 #define CS_CDO_FIELD_INTERPOLATION_SCALAR_C2V (1 << 0)
63 #define CS_CDO_FIELD_INTERPOLATION_SCALAR_C2F (1 << 1)
void cs_cdo_field_interpolation_cell_to_faces(const cs_mesh_t *mesh, const cs_real_t *cell_values, cs_real_t *face_values)
Interpolate an array defined at faces from an array defined at cells.
Definition: cs_cdo_field_interpolation.c:232
void cs_cdo_field_interpolation_cell_to_vertices(const cs_mesh_t *mesh, const cs_real_t *cell_values, cs_real_t *vtx_values)
Interpolate an array defined at vertices from an array defined at cells.
Definition: cs_cdo_field_interpolation.c:181
void cs_cdo_field_interpolation_activate(cs_flag_t mode)
Activate equation(s) used for the field interpolation Two choices are available which can be combined...
Definition: cs_cdo_field_interpolation.c:104
#define BEGIN_C_DECLS
Definition: cs_defs.h:514
double cs_real_t
Floating-point value.
Definition: cs_defs.h:319
#define END_C_DECLS
Definition: cs_defs.h:515
unsigned short int cs_flag_t
Definition: cs_defs.h:321