Loading [MathJax]/extensions/MathMenu.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
▼
OGS
►
OpenGeoSys 6.5.4-423-gda6ede93c83 source code documentation
►
OGS CTests—Project Files
►
OGS Input File Parameters—Quality Assurance
►
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
►
Namespaces
►
Classes
▼
Files
▼
File List
►
Applications
►
BaseLib
►
build
►
ChemistryLib
Documentation
►
GeoLib
►
InfoLib
►
MaterialLib
►
MathLib
►
MeshGeoToolsLib
▼
MeshLib
►
Elements
▼
IO
►
Legacy
►
MPI_IO
▼
VtkIO
PVDFile.cpp
►
PVDFile.h
►
VtkMeshConverter.cpp
►
VtkMeshConverter.h
VtuInterface-impl.h
►
VtuInterface.cpp
►
VtuInterface.h
►
XDMF
►
NodeData.h
►
readMeshFromFile.cpp
►
readMeshFromFile.h
►
writeMeshToFile.cpp
►
writeMeshToFile.h
►
MeshSearch
►
Utils
►
Vtk
►
CoordinateSystem.cpp
►
CoordinateSystem.h
►
ElementCoordinatesMappingLocal.cpp
►
ElementCoordinatesMappingLocal.h
ElementStatus.cpp
►
ElementStatus.h
►
findElementsWithinRadius.cpp
►
findElementsWithinRadius.h
►
Location.cpp
►
Location.h
►
Mesh.cpp
►
Mesh.h
►
MeshEnums.cpp
►
MeshEnums.h
►
MeshSubset.h
Node.cpp
►
Node.h
►
NodeAdjacencyTable.h
►
NodePartitionedMesh.cpp
►
NodePartitionedMesh.h
►
Properties-impl.h
Properties.cpp
►
Properties.h
►
PropertyVector.h
►
VtkOGSEnum.cpp
►
VtkOGSEnum.h
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
PVDFile.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <string>
14
#include <utility>
15
#include <vector>
16
17
namespace
MeshLib
18
{
19
namespace
IO
20
{
21
24
class
PVDFile
25
{
26
public
:
28
explicit
PVDFile
(std::string pvd_fname)
29
:
pvd_filename
(std::move(pvd_fname))
30
{
31
}
28
explicit
PVDFile
(std::string pvd_fname) {
…
}
32
34
void
addVTUFile
(std::string
const
& vtu_fname,
double
timestep);
35
36
std::string
const
pvd_filename
;
37
38
private
:
39
std::vector<std::pair<double, std::string>>
40
_datasets
;
// a vector of (time, VTU file name)
41
};
24
class
PVDFile
{
…
};
42
43
}
// namespace IO
44
}
// namespace MeshLib
MeshLib::IO::PVDFile
Definition
PVDFile.h:25
MeshLib::IO::PVDFile::pvd_filename
std::string const pvd_filename
Definition
PVDFile.h:36
MeshLib::IO::PVDFile::_datasets
std::vector< std::pair< double, std::string > > _datasets
Definition
PVDFile.h:40
MeshLib::IO::PVDFile::addVTUFile
void addVTUFile(std::string const &vtu_fname, double timestep)
Add a VTU file to this PVD file.
Definition
PVDFile.cpp:28
MeshLib::IO::PVDFile::PVDFile
PVDFile(std::string pvd_fname)
Set a PVD file path.
Definition
PVDFile.h:28
MeshLib
Definition
ProjectData.h:41
MeshLib
IO
VtkIO
PVDFile.h
Generated by
1.12.0