preCICE v3.1.1
Loading...
Searching...
No Matches
Time.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace precice {
4namespace time {
5
6class Time {
7public:
9 static const int DEFAULT_WAVEFORM_DEGREE;
10
12 static const int MIN_WAVEFORM_DEGREE;
13
15 static const int MAX_WAVEFORM_DEGREE;
16};
17
18} // namespace time
19} // namespace precice
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
Main namespace of the precice library.
T time(T... args)