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