OGS
VtuInterface.cpp File Reference

Detailed Description

Implementation of the VtuInterface class.

Author
Lars Bilke
Date
2014-09-25

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/Logging.h"
#include <petsc.h>
#include "BaseLib/FileTools.h"
#include "MeshLib/Mesh.h"
#include "MeshLib/Vtk/VtkMappedMeshSource.h"
#include "VtkMeshConverter.h"
Include dependency graph for VtuInterface.cpp:

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)