31 void writeVtkFiles( std::vector< Mesh::UnstructuredMesh > &m );
39 void printVtk( std::vector< double > &vlist, std::vector< std::vector< int > > &elist );
void writeVtkFiles(std::vector< Mesh::UnstructuredMesh > &m)
Writes the set of meshes into separate VTK files that can be visualized with Paraview.
Class Mesh is the main class that holds all information to describe the current state of the mesh...
void writeVtkData()
Writes the merged grid and its data in VTK UNSTRUCTURED_GRID file format.
void printVtk(std::vector< double > &vlist, std::vector< std::vector< int > > &elist)
This method prints the global grid in VTK file format.