#include "cs_defs.h"
#include "cs_mesh.h"
#include "cs_mesh_extrude.h"
Go to the source code of this file.
◆ cs_mesh_boundary_layer_insert()
Insert mesh boundary layers.
- Parameters
-
[in,out] | m | mesh |
[in,out] | e | extrusion vector definitions |
[in] | min_volume_factor | cell volume multiplier threshold: extrusion is reduced on vertices adjacent to cells whose volume is reduced below this; < 0 to ignore |
[in] | interior_gc | if true, maintain group classes of interior faces previously on boundary |
[in] | n_fixed_vertices | local number of fixed vertices |
[in] | fixed_vertex_ids | ids of vertices which should be fixed, or NULL |
[in,out] | m | mesh |
[in,out] | e | extrusion vector definitions |
[in] | min_volume_factor | cell volume multiplier threshold: extrusion is reduced on vertices adjacent to cells whose volume is reduced below this; < 0 to ignore |
[in] | interior_gc | if true, maintain group classes of interior faces previously on boundary |
[in] | n_fixed_vertices | local number of fixed vertices |
[in] | fixed_vertex_ids | ids of vertices which should be fixed, or nullptr |