28 #ifndef T8_CMESH_HELPERS_H
29 #define T8_CMESH_HELPERS_H
56 int **connectivity,
const int do_both_directions);
This structure holds the connectivity data of the coarse mesh.
Definition: t8_cmesh_types.h:88
This is the administrative header file for t8code.
We define the coarse mesh of trees in this file.
void t8_cmesh_set_join_by_vertices(t8_cmesh_t cmesh, const int ntrees, const t8_eclass_t *eclasses, const double *vertices, int **connectivity, const int do_both_directions)
Sets the face connectivity information of an un-committed \cmesh based on a list of tree vertices.
Definition: t8_cmesh_helpers.c:34
We define all possible element classes that occur in hybrid meshes.
enum t8_eclass t8_eclass_t
This enumeration contains all possible element classes.