|
t8
1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
|
Data Fields | |
| sc_array_t | registered_geometries |
| Stores all geometries that are handled by this geometry_handler. | |
| t8_geometry_c * | active_geometry |
| Points to the currently loaded geometry (the geometry that was used last and is likely to be used next). | |
| t8_gloidx_t | active_tree |
| The global tree id of the last tree for which geometry was used. | |
| int | is_committed |
| If true, no new geometries can be registered. | |
| t8_refcount_t | rc |
| The reference count of the geometry handler. | |