1#ifndef __CS_VERTEX_TO_CELL_H__
2#define __CS_VERTEX_TO_CELL_H__
99template <cs_lnum_t str
ide>
#define BEGIN_C_DECLS
Definition: cs_defs.h:554
double cs_real_t
Floating-point value.
Definition: cs_defs.h:357
#define END_C_DECLS
Definition: cs_defs.h:555
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: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:523