Struct t8_stash

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.

Public Members

sc_array_t classes

Stores the eclasses of the trees.

See also

t8_stash_class

sc_array_t joinfaces

Stores the face-connections.

sc_array_t attributes

Stores the attributes.