preCICE v3.1.2
Loading...
Searching...
No Matches
Stample.hpp
Go to the documentation of this file.
1#pragma once
2#include "time/Sample.hpp"
3
4namespace precice::time {
5
7struct Stample {
8 double timestamp;
10};
11
12} // namespace precice::time
contains the time interpolation logic.
Definition Sample.hpp:6
Stample containing timestampled Sample.
Definition Stample.hpp:7