33 #define T8_DHEX_CHILDREN 8
36 #define T8_DHEX_FACES 6
39 #define T8_DHEX_VERTICES 8
42 #define T8_DHEX_FACE_CHILDREN 4
45 #define T8_DHEX_MAXLEVEL 21
48 #define T8_DHEX_ROOT_LEN (1 << (T8_DHEX_MAXLEVEL))
51 #define T8_DHEX_LEN(l) (1 << (T8_DHEX_MAXLEVEL - (l)))
53 typedef int32_t t8_dhex_coord_t;
t8_dhex_coord_t x
The x integer coordinate of the anchor node.
Definition: t8_dhex.h:58
t8_dhex_coord_t y
The y integer coordinate of the anchor node.
Definition: t8_dhex.h:59
t8_dhex_coord_t z
The z integer coordinate of the anchor node.
Definition: t8_dhex.h:60
This is the administrative header file for t8code.