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
t8_dtet Struct Reference

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.
 

Detailed Description

This data type stores a tetrahedron.


The documentation for this struct was generated from the following file: