Struct t8_msh_file_face_t
Defined in File t8_cmesh_readmshfile.cxx
Struct Documentation
-
struct t8_msh_file_face_t
This struct stores all information associated to a tree’s face. We need it to find neighbor trees.
Public Members
-
t8_locidx_t ltree_id
The local id of the tree this face belongs to
-
int8_t face_number
The number of that face within the tree
-
int num_vertices
The number of vertices of this face.
-
long *vertices
The indices of these vertices.
-
t8_locidx_t ltree_id