Struct t8_stash_attribute

Struct Documentation

struct t8_stash_attribute

The attribute information that is stored before a cmesh is committed. The pair (package_id, key) serves as a lookup key to identify the data.

Public Members

t8_gloidx_t id

The global tree id

size_t attr_size

The size (in bytes) of this attribute

void *attr_data

Array of size bytes storing the attributes data.

int is_owned

True if the data was copied, false if the data is still owned by user.

int package_id

The id of the package that set this attribute.

int key

The key used by the package to identify this attribute.