27 #ifndef T8_CMESH_VTK_READER
28 #define T8_CMESH_VTK_READER
33 #include <vtkSmartPointer.h>
34 #include <vtkCellData.h>
35 #include <vtkDataSet.h>
45 VTK_UNSTRUCTURED_FILE = 0,
This structure holds the connectivity data of the coarse mesh.
Definition: t8_cmesh_types.h:83
We define the coarse mesh of trees in this file.
t8_cmesh_t t8_cmesh_vtk_reader(const char *filename, const int partition, const int main_proc, sc_MPI_Comm comm, const vtk_file_type_t vtk_file_type)
Construct a cmesh given a filename refering to a vtk-file either containing an unstructured grid,...
Definition: t8_cmesh_vtk_reader.cxx:33
enum vtk_file_type vtk_file_type_t
Enumerator for all types of files readable by t8code.
vtk_file_type
Enumerator for all types of files readable by t8code.
Definition: t8_cmesh_vtk_reader.hxx:43