Go to the source code of this file.
|
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...
|
|
void | writeVtkData (NodalCoordinates &nc, Connectivity &con, const std::string &filename, std::vector< double > &soln) |
| Writes the merged grid and its data in VTK UNSTRUCTURED_GRID file format. More...
|
|