|  | OGS
    | 
Implementation of the VtuInterface class.
Definition in file VtuInterface.cpp.
#include "VtuInterface.h"#include <vtkGenericDataObjectReader.h>#include <vtkNew.h>#include <vtkXMLUnstructuredGridReader.h>#include <vtkXMLUnstructuredGridWriter.h>#include <vtkXMLPUnstructuredGridWriter.h>#include <vtkSmartPointer.h>#include <vtkUnstructuredGrid.h>#include <boost/algorithm/string/erase.hpp>#include "BaseLib/DisableFPE.h"#include "BaseLib/FileTools.h"#include "BaseLib/Logging.h"#include "BaseLib/MPI.h"#include "MeshLib/Mesh.h"#include "MeshLib/Vtk/VtkMappedMeshSource.h"#include "VtkMeshConverter.h"Go to the source code of this file.
| Namespaces | |
| namespace | MeshLib | 
| namespace | MeshLib::IO | 
| Functions | |
| std::string | MeshLib::IO::getVtuFileNameForPetscOutputWithoutExtension (std::string const &file_name) | 
| int | MeshLib::IO::writeVtu (MeshLib::Mesh const &mesh, std::string const &file_name, int const data_mode) |