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