Go to the source code of this file.
◆ cs_face_to_vertex_type_t
| Enumerator |
|---|
| CS_FACE_TO_VERTEX_UNWEIGHTED | Uniform (constant) weights
|
| CS_FACE_TO_VERTEX_SURFACE | weights by surface
|
| CS_FACE_TO_VERTEX_SHEPARD | Shepard interpolation (weights by inverse distance)
|
◆ cs_b_face_to_vertex()
Interpolate boundary faces values to vertex values.
- Parameters
-
| [in] | method | interpolation method |
| [in] | verbosity | verbosity level |
| [in] | var_dim | variable dimension |
| [in] | ignore_rot_perio | if true, ignore periodicity of rotation |
| [in] | b_weight | boundary-face weight, or NULL |
| [in] | b_var | base boundary-face values, or NULL |
| [out] | v_var | vertex-based variable |
◆ cs_face_to_vertex_free()
| void cs_face_to_vertex_free |
( |
void |
| ) |
|
Free cell to vertex interpolation weights.
This will force subsequent calls to rebuild those weights if needed.
Free cell to vertex interpolation weights.
This will force subsequent calls to rebuild those weights if needed.
◆ cs_face_to_vertex_type_name
| const char* cs_face_to_vertex_type_name[] |
|
extern |