1 #ifndef __CS_CELL_TO_VERTEX_H__ 2 #define __CS_CELL_TO_VERTEX_H__ 104 bool ignore_rot_perio,
void cs_cell_to_vertex(cs_cell_to_vertex_type_t method, int verbosity, cs_lnum_t var_dim, bool ignore_rot_perio, const cs_real_t c_weight[restrict], const cs_real_t c_var[restrict], const cs_real_t b_var[restrict], cs_real_t v_var[restrict])
Interpolate cell values to vertex values.
Definition: cs_cell_to_vertex.c:1224
#define restrict
Definition: cs_defs.h:142
void cs_cell_to_vertex_free(void)
Free cell to vertex interpolation weights.
Definition: cs_cell_to_vertex.c:1200
Definition: cs_cell_to_vertex.h:57
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
Definition: cs_cell_to_vertex.h:55
Definition: cs_cell_to_vertex.h:54
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
cs_cell_to_vertex_type_t
Definition: cs_cell_to_vertex.h:52
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:316
#define END_C_DECLS
Definition: cs_defs.h:511
const char * cs_cell_to_vertex_type_name[]