|
t8
UNKNOWN
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
|
This data type stores a tetrahedron. More...
#include <t8_dtet.h>
Data Fields | |
| int8_t | level |
| The refinement level of the tetrahedron relative to the root at level 0. | |
| t8_dtet_type_t | type |
| Type of the tetrahedron in 0, ..., 5. | |
| t8_dtet_coord_t | x |
| The x integer coordinate of the anchor node. | |
| t8_dtet_coord_t | y |
| The y integer coordinate of the anchor node. | |
| t8_dtet_coord_t | z |
| The z integer coordinate of the anchor node. | |
This data type stores a tetrahedron.