1#ifndef CS_FACE_TO_VERTEX_H
2#define CS_FACE_TO_VERTEX_H
95template <cs_lnum_t str
ide>
99 bool ignore_rot_perio,
#define restrict
Definition: cs_defs.h:148
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
const char * cs_face_to_vertex_type_name[]
void cs_face_to_vertex_free(void)
Free cell to vertex interpolation weights.
Definition: cs_face_to_vertex.cpp:567
cs_face_to_vertex_type_t
Definition: cs_face_to_vertex.h:50
@ CS_FACE_TO_VERTEX_SURFACE
Definition: cs_face_to_vertex.h:52
@ CS_FACE_TO_VERTEX_UNWEIGHTED
Definition: cs_face_to_vertex.h:51
@ CS_FACE_TO_VERTEX_SHEPARD
Definition: cs_face_to_vertex.h:53
void cs_b_face_to_vertex(cs_face_to_vertex_type_t method, int verbosity, bool ignore_rot_perio, const cs_real_t *restrict b_weight, const cs_real_t *restrict b_var, cs_real_t v_var[])
Interpolate boundary faces values to vertex values.