Struct t8_stash
Defined in File t8_cmesh_stash.h
Struct Documentation
-
struct t8_stash
The stash data structure is used to store information about the cmesh before it is committed.
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 committed the information is copied from the stash to the cmesh in an order mannered.