28 #ifndef T8_CMESH_READMSHFILE_H
29 #define T8_CMESH_READMSHFILE_H
38 #define T8_CMESH_N_SUPPORTED_MSH_FILE_VERSIONS 2
40 const int t8_cmesh_supported_msh_file_versions[T8_CMESH_N_SUPPORTED_MSH_FILE_VERSIONS] = { 2, 4 };
60 double coordinates[3];
66 double coordinates[3];
97 int use_cad_geometry);
This structure holds the connectivity data of the coarse mesh.
Definition: t8_cmesh_types.h:88
Definition: t8_cmesh_readmshfile.h:64
Definition: t8_cmesh_readmshfile.h:58
This is the administrative header file for t8code.
int32_t t8_locidx_t
A type for processor-local indexing.
Definition: t8.h:89
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_cad_geometry)
Read a .msh file and create a cmesh from it.
Definition: t8_cmesh_readmshfile.cxx:1754
We define all possible element classes that occur in hybrid meshes.