1#ifndef CS_MESH_BOUNDARY_H
2#define CS_MESH_BOUNDARY_H
114 const char *group_name,
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:325
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.cpp:1812
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.cpp:1747
void cs_mesh_boundary_remove_periodicity(cs_mesh_t *mesh)
Remove periodicity information from a mesh.
Definition: cs_mesh_boundary.cpp:1939
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.cpp:1779