#include "cs_defs.h"#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <limits.h>#include <math.h>#include "bft_error.h"#include "bft_mem.h"#include "bft_printf.h"#include "cs_boundary_zone.h"#include "cs_cdo_main.h"#include "cs_domain.h"#include "cs_equation.h"#include "cs_log.h"#include "cs_interface.h"#include "cs_mesh_builder.h"#include "cs_mesh_deform.h"#include "cs_mesh_extrude.h"#include "cs_mesh_group.h"#include "cs_mesh_quantities.h"#include "cs_parall.h"#include "cs_mesh_boundary_layer.h" Include dependency graph for cs_mesh_boundary_layer.c:
 Include dependency graph for cs_mesh_boundary_layer.c:| 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... | |
| 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.
| [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 |