1#ifndef CS_VERTEX_TO_CELL_H
2#define CS_VERTEX_TO_CELL_H
93template <cs_lnum_t str
ide>
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
const char * cs_vertex_to_cell_type_name[]
void cs_vertex_to_cell(cs_vertex_to_cell_type_t method, int verbosity, 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:48
@ CS_VERTEX_TO_CELL_UNWEIGHTED
Definition: cs_vertex_to_cell.h:50
@ CS_VERTEX_TO_CELL_SHEPARD
Definition: cs_vertex_to_cell.h:51
@ CS_VERTEX_TO_CELL_LR
Definition: cs_vertex_to_cell.h:53
void cs_vertex_to_cell_free(void)
Free cell to vertex interpolation weights.
Definition: cs_vertex_to_cell.cpp:517