preCICE v3.1.2
|
Public Attributes | |
std::optional< double > | _maxTime = std::nullopt |
The optional maximum time. | |
utils::DoubleAggregator | _windowStart |
The aggregator for the start of a time window, handles timestep. | |
utils::DoubleAggregator | _windowProgress |
The aggregator progress inside a time window, handles substeps. | |
Definition at line 11 of file TimeHandler.cpp.
std::optional<double> precice::cplscheme::impl::TimeHandler::Impl::_maxTime = std::nullopt |
The optional maximum time.
Definition at line 14 of file TimeHandler.cpp.
utils::DoubleAggregator precice::cplscheme::impl::TimeHandler::Impl::_windowProgress |
The aggregator progress inside a time window, handles substeps.
Definition at line 20 of file TimeHandler.cpp.
utils::DoubleAggregator precice::cplscheme::impl::TimeHandler::Impl::_windowStart |
The aggregator for the start of a time window, handles timestep.
Definition at line 17 of file TimeHandler.cpp.