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_element_array_t is an array to store t8_element_t * of a given eclass_scheme implementation. More...
#include <t8_containers.h>
Data Fields | |
t8_eclass_scheme_c * | scheme |
An eclass scheme of which elements should be stored. | |
sc_array_t | array |
The array in which the elements are stored. | |
The t8_element_array_t is an array to store t8_element_t * of a given eclass_scheme implementation.
It is a wrapper around sc_array_t. Each time, a new element is created by the functions for t8_element_array_t, the eclass function either t8_element_new or t8_element_init is called for the element. Thus, each element in a t8_element_array_t is automatically initialized properly.