OGS
|
#include <PVDFile.h>
Public Member Functions | |
PVDFile (std::string pvd_fname) | |
Set a PVD file path. | |
void | addVTUFile (std::string const &vtu_fname, double timestep) |
Add a VTU file to this PVD file. | |
Public Attributes | |
std::string const | pvd_filename |
Private Attributes | |
std::vector< std::pair< double, std::string > > | _datasets |
|
inlineexplicit |
Set a PVD file path.
void MeshLib::IO::PVDFile::addVTUFile | ( | std::string const & | vtu_fname, |
double | timestep ) |
Add a VTU file to this PVD file.
Definition at line 28 of file PVDFile.cpp.
References _datasets, MeshLib::IO::getVtuFileNameForPetscOutputWithoutExtension(), OGS_FATAL, and pvd_filename.
Referenced by ProcessLib::outputMeshVtk().
|
private |
Definition at line 40 of file PVDFile.h.
Referenced by addVTUFile().
std::string const MeshLib::IO::PVDFile::pvd_filename |
Definition at line 36 of file PVDFile.h.
Referenced by addVTUFile().