Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MeshVTK.H File Reference
#include "Mesh.H"
Include dependency graph for MeshVTK.H:
This graph shows which files directly or indirectly include this file:

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...