Struct t8_part_tree
Defined in File t8_cmesh_types.h
Struct Documentation
-
struct t8_part_tree
t8_part_tree This structure holds the data of a trees in a partition.
Public Members
-
char *first_tree
Stores the trees, the ghosts and the attributes.
The last 2*sizeof(t8_locidx) bytes store num_trees and num_ghosts
-
t8_locidx_t first_tree_id
local tree_id of the first tree.
-1 if num_trees = 0
-
t8_locidx_t first_ghost_id
TODO: document.
-1 if num_ghost=0, 0 for the first part, (not num_local_trees!) 0 <= first_ghost_id < num_ghosts
-
t8_locidx_t num_trees
The number of trees.
-
t8_locidx_t num_ghosts
The number of ghosts.
-
char *first_tree