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