| 
    My Project
    
   programmer's documentation 
   | 
 

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... | |
| 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 | 
 1.8.16