| 
    t8
    1.2.0
    
   t8code is a C library to manage a forest of adaptive                           space-trees of general element classes in parallel. 
   | 
 
The attribute information that is stored before a cmesh is committed. More...
#include <t8_cmesh_stash.h>
Data Fields | |
| 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.  | |
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.