t8  1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
Data Fields
t8_element_array_t Struct Reference

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_cscheme
 An eclass scheme of which elements should be stored.
 
sc_array_t array
 The array in which the elements are stored.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: