#include "Mesh.H"
Go to the source code of this file.
Namespaces | |
Mesh | |
Everything mesh. | |
Functions | |
void | writeVtkData () |
Writes the merged grid and its data in VTK UNSTRUCTURED_GRID file format. More... | |
void | writeVtkFiles (std::vector< Mesh::UnstructuredMesh > &m) |
Writes the set of meshes into separate VTK files that can be visualized with Paraview. More... | |
void | printVtk (std::vector< double > &vlist, std::vector< std::vector< int > > &elist) |
This method prints the global grid in VTK file format. More... | |