preCICE v3.1.2
Loading...
Searching...
No Matches
Public Attributes | List of all members
precice::cplscheme::impl::TimeHandler::Impl Struct Reference
Collaboration diagram for precice::cplscheme::impl::TimeHandler::Impl:
[legend]

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.
 

Detailed Description

Definition at line 11 of file TimeHandler.cpp.

Member Data Documentation

◆ _maxTime

std::optional<double> precice::cplscheme::impl::TimeHandler::Impl::_maxTime = std::nullopt

The optional maximum time.

Definition at line 14 of file TimeHandler.cpp.

◆ _windowProgress

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.

◆ _windowStart

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.


The documentation for this struct was generated from the following file: