1#ifndef __CS_VERTEX_TO_CELL_H__
2#define __CS_VERTEX_TO_CELL_H__
#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
const char * cs_vertex_to_cell_type_name[]
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[], const cs_real_t v_var[], cs_real_t c_var[])
Interpolate vertex values to cell values.
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_free(void)
Free cell to vertex interpolation weights.
Definition: cs_vertex_to_cell.cpp:646