OGS
OutputFormat.cpp File Reference

Detailed Description

Definition in file OutputFormat.cpp.

#include "OutputFormat.h"
#include <cassert>
#include <exception>
#include <fstream>
#include <vector>
#include "BaseLib/DisableFPE.h"
#include "BaseLib/FileTools.h"
#include "MeshLib/IO/VtkIO/PVDFile.h"
#include "MeshLib/IO/VtkIO/VtuInterface.h"
#include "MeshLib/IO/XDMF/XdmfHdfWriter.h"
#include "ProcessLib/Process.h"
Include dependency graph for OutputFormat.cpp:

Go to the source code of this file.

Namespaces

namespace  ProcessLib
 

Functions

void ProcessLib::outputMeshVtk (std::string const &file_name, MeshLib::Mesh const &mesh, bool const compress_output, int const data_mode)
 
void ProcessLib::outputMeshVtk (OutputVTKFormat const &output_file, MeshLib::IO::PVDFile &pvd_file, MeshLib::Mesh const &mesh, double const t, int const timestep, int const iteration)