preCICE
v3.2.0
Loading...
Searching...
No Matches
src
time
Time.cpp
Go to the documentation of this file.
1
#include "
Time.hpp
"
2
3
namespace
precice::time
{
4
5
const
int
Time::DEFAULT_WAVEFORM_DEGREE
= 1;
6
7
const
int
Time::MIN_WAVEFORM_DEGREE
= 0;
8
9
}
// namespace precice::time
Time.hpp
precice::time::Time::DEFAULT_WAVEFORM_DEGREE
static const int DEFAULT_WAVEFORM_DEGREE
To be used, when the interpolation degree is not defined.
Definition
Time.hpp:8
precice::time::Time::MIN_WAVEFORM_DEGREE
static const int MIN_WAVEFORM_DEGREE
The minimum required interpolation degree.
Definition
Time.hpp:11
precice::time
contains the time interpolation logic.
Definition
Sample.hpp:8