t8
1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
|
The stash data structure is used to store information about the cmesh before it is commited. More...
#include <t8_cmesh_stash.h>
Data Fields | |
sc_array_t | classes |
Stores the eclasses of the trees. More... | |
sc_array_t | joinfaces |
Stores the face-connections. More... | |
sc_array_t | attributes |
Stores the attributes. More... | |
The stash data structure is used to store information about the cmesh before it is commited.
In particular we store the eclasses of the trees, the face-connections and the tree attributes. Using the stash structure allows us to have a very flexible interface. When constructing a new mesh, the user can specify all these mesh entities in arbitrary order. As soon as the cmesh is commited the information is copied from the stash to the cmesh in an order mannered.
sc_array_t t8_stash::attributes |
Stores the attributes.
sc_array_t t8_stash::classes |
Stores the eclasses of the trees.
sc_array_t t8_stash::joinfaces |
Stores the face-connections.