27 #ifndef T8_DTET_CONNECTIVITY_H
28 #define T8_DTET_CONNECTIVITY_H
35 #define T8_DTET_DIM (3)
This is the administrative header file for t8code.
const int t8_dtet_parenttype_beyid_to_Iloc[6][8]
Store the local index for each (parenttype,Bey child number) combination.
Definition: t8_dtet_connectivity.c:83
const int t8_dtet_face_corner[4][3]
Store the indices of the corner of each face of a tetrahedron.
Definition: t8_dtet_connectivity.c:138
const int t8_dtet_type_cid_to_Iloc[6][8]
Store the local index for each (type,cube-id) combination.
Definition: t8_dtet_connectivity.c:92
const int t8_dtet_parenttype_Iloc_to_cid[6][8]
Store the cube-id for each (parenttype,local Index) combination.
Definition: t8_dtet_connectivity.c:110
const int t8_dtet_cid_type_to_parenttype[8][6]
Store the type of parent for each (cube-id,type) combination.
Definition: t8_dtet_connectivity.c:26
const int t8_dtet_beyid_to_vertex[8]
The anchor node of a child of a tetrahedron T is the convex combination of T's anchor node x_0 and an...
Definition: t8_dtet_connectivity.c:68
const int t8_dtet_type_face_to_boundary[6][4][2]
Store for each (type, face_index) the combination (category, type) of the respective boundary triangl...
Definition: t8_dtet_connectivity.c:119
const int t8_dtet_type_of_child_morton[6][8]
Store the type of child for each (type,child number) combination, where child number is the number in...
Definition: t8_dtet_connectivity.c:49
const int t8_dtet_index_to_bey_number[6][8]
Store the Bey child number for each (Parent type,Morton child number) combination.
Definition: t8_dtet_connectivity.c:59
const int t8_dtet_face_child_id_by_type[6][4][4]
Store for each (type, face_index) the child_ids of the children of a tet of the given type that share...
Definition: t8_dtet_connectivity.c:128
const int t8_dtet_type_cid_to_beyid[6][8]
Store the Bey child number for each (type,cube-id) combination.
Definition: t8_dtet_connectivity.c:72
const int t8_dtet_type_of_child[6][8]
Store the type of child for each (type,child number) combination, where child number is the number in...
Definition: t8_dtet_connectivity.c:38
const int t8_dtet_parenttype_Iloc_to_type[6][8]
Store the type for each (parenttype,local Index) combination.
Definition: t8_dtet_connectivity.c:101
const int t8_dtet_parent_type_type_to_face[6][6]
For each combination parent_type, type with parent_type != type, provide the face number of the face ...
Definition: t8_dtet_connectivity.c:140