1#ifndef __CS_CELL_TO_VERTEX_H__
2#define __CS_CELL_TO_VERTEX_H__
104 bool ignore_rot_perio,
const char * cs_cell_to_vertex_type_name[]
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[], const cs_real_t c_var[], const cs_real_t b_var[], cs_real_t v_var[])
Interpolate cell values to vertex values.
void cs_cell_to_vertex_free(void)
Free cell to vertex interpolation weights.
Definition: cs_cell_to_vertex.cpp:1107
cs_cell_to_vertex_type_t
Definition: cs_cell_to_vertex.h:52
@ CS_CELL_TO_VERTEX_SHEPARD
Definition: cs_cell_to_vertex.h:55
@ CS_CELL_TO_VERTEX_UNWEIGHTED
Definition: cs_cell_to_vertex.h:54
@ CS_CELL_TO_VERTEX_LR
Definition: cs_cell_to_vertex.h:57
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
#define END_C_DECLS
Definition: cs_defs.h:543
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:335