My Project
programmer's documentation
Functions
cs_mesh_boundary_layer.h File Reference
#include "cs_defs.h"
#include "cs_mesh.h"
#include "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. More...
 

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