preCICE v3.2.0
Loading...
Searching...
No Matches
Time.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace precice::time {
4
5class Time {
6public:
8 static const int DEFAULT_WAVEFORM_DEGREE;
9
11 static const int MIN_WAVEFORM_DEGREE;
12};
13
14} // 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