Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MeshVTK.H
Go to the documentation of this file.
1 #ifndef _MESH_VTK_H_
6 #define _MESH_VTK_H_
7 
8 #include "Mesh.H"
9 
10 namespace Mesh {
11 
23  void writeVtkData( );
24 
31 void writeVtkFiles( std::vector< Mesh::UnstructuredMesh > &m );
32 
39 void printVtk( std::vector< double > &vlist, std::vector< std::vector< int > > &elist );
40 
41 }
42 
43 #endif
void writeVtkFiles(std::vector< Mesh::UnstructuredMesh > &m)
Writes the set of meshes into separate VTK files that can be visualized with Paraview.
Mesh Stuff.
Class Mesh is the main class that holds all information to describe the current state of the mesh...
Definition: Mesh.hpp:19
void writeVtkData()
Writes the merged grid and its data in VTK UNSTRUCTURED_GRID file format.
Definition: hdf2pltV2.C:645
void printVtk(std::vector< double > &vlist, std::vector< std::vector< int > > &elist)
This method prints the global grid in VTK file format.