9.0
general documentation
Loading...
Searching...
No Matches
cs_mesh_boundary_layer.h File Reference
#include "base/cs_defs.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_extrude.h"
Include dependency graph for cs_mesh_boundary_layer.h:

Go to the source code of this file.

Functions

void cs_mesh_boundary_layer_insert (cs_mesh_t *m, cs_mesh_extrude_vectors_t *e, cs_real_t min_volume_factor, bool interior_gc, cs_lnum_t n_fixed_vertices, const cs_lnum_t *fixed_vertex_ids)
 Insert mesh boundary layers.

Function Documentation

◆ cs_mesh_boundary_layer_insert()

void cs_mesh_boundary_layer_insert ( cs_mesh_t * m,
cs_mesh_extrude_vectors_t * e,
cs_real_t min_volume_factor,
bool interior_gc,
cs_lnum_t n_fixed_vertices,
const cs_lnum_t * fixed_vertex_ids )

Insert mesh boundary layers.

Parameters
[in,out]mmesh
[in,out]eextrusion vector definitions
[in]min_volume_factorcell volume multiplier threshold: extrusion is reduced on vertices adjacent to cells whose volume is reduced below this; < 0 to ignore
[in]interior_gcif true, maintain group classes of interior faces previously on boundary
[in]n_fixed_verticeslocal number of fixed vertices
[in]fixed_vertex_idsids of vertices which should be fixed, or NULL
[in,out]mmesh
[in,out]eextrusion vector definitions
[in]min_volume_factorcell volume multiplier threshold: extrusion is reduced on vertices adjacent to cells whose volume is reduced below this; < 0 to ignore
[in]interior_gcif true, maintain group classes of interior faces previously on boundary
[in]n_fixed_verticeslocal number of fixed vertices
[in]fixed_vertex_idsids of vertices which should be fixed, or nullptr