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