preCICE
v3.2.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
h
i
m
n
p
r
s
t
Typedefs
b
d
e
g
l
m
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class 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
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
i
k
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
c
d
e
i
l
m
n
o
r
s
u
v
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
g
i
j
m
n
o
p
r
s
t
v
Functions
a
b
c
g
m
p
r
s
t
v
Variables
Typedefs
Macros
b
d
m
n
p
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
src
testing
WaveformFixture.cpp
Go to the documentation of this file.
1
#include "
testing/WaveformFixture.hpp
"
2
#include "
mesh/Data.hpp
"
3
4
namespace
precice::testing
{
5
6
int
WaveformFixture::numberOfStoredSamples
(
time::Waveform
&waveform)
7
{
8
return
waveform.
_timeStepsStorage
.
nTimes
();
9
}
6
int
WaveformFixture::numberOfStoredSamples
(
time::Waveform
&waveform) {
…
}
10
11
int
WaveformFixture::valuesSize
(
time::Waveform
&waveform)
12
{
13
return
waveform.
_timeStepsStorage
.
nDofs
();
14
}
11
int
WaveformFixture::valuesSize
(
time::Waveform
&waveform) {
…
}
15
16
}
// namespace precice::testing
Data.hpp
WaveformFixture.hpp
precice::testing::WaveformFixture::valuesSize
int valuesSize(time::Waveform &waveform)
Definition
WaveformFixture.cpp:11
precice::testing::WaveformFixture::numberOfStoredSamples
int numberOfStoredSamples(time::Waveform &waveform)
Definition
WaveformFixture.cpp:6
precice::time::Storage::nDofs
int nDofs() const
Number of Dofs for each values.
Definition
Storage.cpp:87
precice::time::Storage::nTimes
int nTimes() const
Number of stored times.
Definition
Storage.cpp:82
precice::time::Waveform
Allows to perform interpolation on samples in storage of given data.
Definition
Waveform.hpp:25
precice::time::Waveform::_timeStepsStorage
time::Storage _timeStepsStorage
Stores time steps in the current time window.
Definition
Waveform.hpp:59
precice::testing
contains the testing framework.
Definition
helper.hpp:9