26 #ifndef T8_DTRI_CONNECTIVITY_H
27 #define T8_DTRI_CONNECTIVITY_H
34 #define T8_DTRI_DIM (2)
const int t8_dtri_cid_type_to_parenttype[4][2]
Store the type of parent for each (cube-id,type) combination.
Definition: t8_dtri_connectivity.c:25
const int t8_dtri_index_to_bey_number[2][4]
Store the Bey child number for each (Parent type,Morton child number) combination.
Definition: t8_dtri_connectivity.c:48
const int t8_dtri_type_cid_to_Iloc[2][4]
Store the local index for each (type,cube-id) combination.
Definition: t8_dtri_connectivity.c:75
const int t8_dtri_type_of_child[2][4]
Store the type of child for each (type,child number) combination, where child number is the number in...
Definition: t8_dtri_connectivity.c:34
const int t8_dtri_type_of_child_morton[2][4]
Store the type of child for each (type,child number) combination, where child number is the number in...
Definition: t8_dtri_connectivity.c:41
const int t8_dtri_beyid_to_vertex[4]
The anchor node of a child of a triangle T is the convex combination of T's anchor node x_0 and anoth...
Definition: t8_dtri_connectivity.c:53
const int t8_dtri_parenttype_Iloc_to_cid[2][4]
Store the cube-id for each (parenttype,local Index) combination.
Definition: t8_dtri_connectivity.c:85
const int t8_dtri_parenttype_beyid_to_Iloc[2][4]
Store the local index for each (parenttype,Bey child number) combination.
Definition: t8_dtri_connectivity.c:70
const int t8_dtri_parenttype_Iloc_to_type[2][4]
Store the type for each (parenttype,local Index) combination.
Definition: t8_dtri_connectivity.c:80
const int t8_dtri_type_cid_to_beyid[2][4]
Store the Bey child number for each (type,cube-id) combination.
Definition: t8_dtri_connectivity.c:63
const int t8_dtri_corner_face[3][2]
Store the indices of the faces of each corner of a triangle.
Definition: t8_dtri_connectivity.c:96
const int t8_dtri_face_corner[3][2]
Store the indices of the corner of each face of a triangle.
Definition: t8_dtri_connectivity.c:90