1#ifndef __CS_MESH_BOUNDARY_H__
2#define __CS_MESH_BOUNDARY_H__
118 const char *group_name,
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
#define END_C_DECLS
Definition: cs_defs.h:543
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:335
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:1817
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:1752
void cs_mesh_boundary_remove_periodicity(cs_mesh_t *mesh)
Remove periodicity information from a mesh.
Definition: cs_mesh_boundary.cpp:1944
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:1784