t8
1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
|
The t8 tree datatype. More...
#include <t8_forest_types.h>
Data Fields | |
t8_element_array_t | elements |
locally stored elements | |
t8_eclass_t | eclass |
The element class of this tree. | |
t8_element_t * | first_desc |
first local descendant | |
t8_element_t * | last_desc |
last local descendant | |
t8_locidx_t | elements_offset |
cumulative sum over earlier trees on this processor (locals only) | |
The t8 tree datatype.