preCICE v3.2.0
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
9} // namespace precice::time
static const int DEFAULT_WAVEFORM_DEGREE
To be used, when the interpolation degree is not defined.
Definition Time.hpp:8
static const int MIN_WAVEFORM_DEGREE
The minimum required interpolation degree.
Definition Time.hpp:11
contains the time interpolation logic.
Definition Sample.hpp:8