|
My Project
programmer's documentation
|
Go to the documentation of this file. 1 #ifndef __CS_MESH_BOUNDARY_H__
2 #define __CS_MESH_BOUNDARY_H__
118 const char *group_name,
void cs_mesh_boundary_insert_separating_cells(cs_mesh_t *mesh, const char *group_name, cs_lnum_t n_cells, const cs_lnum_t cell_id[])
Insert a boundary into the mesh between a given set of cells and the the others.
Definition: cs_mesh_boundary.c:1727
#define END_C_DECLS
Definition: cs_defs.h:468
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
void cs_mesh_boundary_insert_with_shared_vertices(cs_mesh_t *mesh, cs_lnum_t n_faces, cs_lnum_t face_id[])
Insert boundary into the mesh, sharing vertices on both sides.
Definition: cs_mesh_boundary.c:1696
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:298
void cs_mesh_boundary_insert(cs_mesh_t *mesh, cs_lnum_t n_faces, cs_lnum_t face_id[])
Insert boundary into the mesh.
Definition: cs_mesh_boundary.c:1666