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