28 #ifndef T8_CMESH_READMSHFILE_H
29 #define T8_CMESH_READMSHFILE_H
38 #define T8_CMESH_N_SUPPORTED_MSH_FILE_VERSIONS 2
42 t8_cmesh_supported_msh_file_versions[T8_CMESH_N_SUPPORTED_MSH_FILE_VERSIONS] =
66 double coordinates[3];
72 double coordinates[3];
104 sc_MPI_Comm comm,
int dim,
int master,
105 int use_occ_geometry);
This structure holds the connectivity data of the coarse mesh.
Definition: t8_cmesh_types.h:83
Definition: t8_cmesh_readmshfile.h:70
Definition: t8_cmesh_readmshfile.h:64
This is the administrative header file for t8code.
int32_t t8_locidx_t
A type for processor-local indexing.
Definition: t8.h:94
We define the coarse mesh of trees in this file.
t8_cmesh_t t8_cmesh_from_msh_file(const char *fileprefix, int partition, sc_MPI_Comm comm, int dim, int master, int use_occ_geometry)
Read a .msh file and create a cmesh from it.
Definition: t8_cmesh_readmshfile.cxx:1804
We define all possible element classes that occur in hybrid meshes.