Struct t8_forest_ghost_boundary_data_t
Defined in File t8_forest_ghost.cxx
Struct Documentation
-
struct t8_forest_ghost_boundary_data_t
This struct stores the ghost boundary data of a forest.
Public Members
-
sc_array_t bounds_per_level
For each level from the nca to the parent of the current element we store for each face the lower and upper bounds of the owners at this face. We also store bounds for the element’s owners. Each entry is an array of 2 * (max_num_faces + 1) integers, | * face_0 low | face_0 high | … | face_n low | face_n high | owner low | owner high |
-
sc_array_t face_owners
Temporary storage for all owners at a leaf’s face.
-
t8_gloidx_t gtreeid
The global tree id.
-
int level_nca
The refinement level of the root element in the search. At position element_level - level_nca in bounds_per_level are the bounds for the parent of element.
-
int max_num_faces
The maximum number of faces.
-
t8_eclass_t eclass
The element class.
-
sc_array_t bounds_per_level