preCICE v3.1.2
Loading...
Searching...
No Matches
WaveformFixture.cpp
Go to the documentation of this file.
2#include "mesh/Data.hpp"
3
4namespace precice::testing {
5
10
12{
13 return waveform._timeStepsStorage.nDofs();
14}
15
16} // namespace precice::testing
int valuesSize(time::Waveform &waveform)
int numberOfStoredSamples(time::Waveform &waveform)
int nDofs() const
Number of Dofs for each values.
Definition Storage.cpp:80
int nTimes() const
Number of stored times.
Definition Storage.cpp:75
Allows to perform interpolation on samples in storage of given data.
Definition Waveform.hpp:25
time::Storage _timeStepsStorage
Stores time steps in the current time window.
Definition Waveform.hpp:59
contains the testing framework.
Definition helper.hpp:9