1 #ifndef __CS_VERTEX_TO_CELL_H__
2 #define __CS_VERTEX_TO_CELL_H__
#define restrict
Definition: cs_defs.h:139
#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
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:313
const char * cs_vertex_to_cell_type_name[]
cs_vertex_to_cell_type_t
Definition: cs_vertex_to_cell.h:52
@ CS_VERTEX_TO_CELL_UNWEIGHTED
Definition: cs_vertex_to_cell.h:54
@ CS_VERTEX_TO_CELL_SHEPARD
Definition: cs_vertex_to_cell.h:55
@ CS_VERTEX_TO_CELL_LR
Definition: cs_vertex_to_cell.h:57
void cs_vertex_to_cell(cs_vertex_to_cell_type_t method, int verbosity, cs_lnum_t var_dim, const cs_real_t v_weight[restrict], const cs_real_t v_var[restrict], cs_real_t c_var[restrict])
Interpolate vertex values to cell values.
Definition: cs_vertex_to_cell.c:667
void cs_vertex_to_cell_free(void)
Free cell to vertex interpolation weights.
Definition: cs_vertex_to_cell.c:646