1#ifndef CS_CDO_FIELD_INTERPOLATION_H
2#define CS_CDO_FIELD_INTERPOLATION_H
52#define CS_CDO_FIELD_INTERPOLATION_SCALAR_C2V (1 << 0)
59#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.cpp:228
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.cpp:177
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.cpp:100
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
unsigned short int cs_flag_t
Definition: cs_defs.h:334