Module time

Expand description

Controls how the simulation time is advanced

Structs§

FixedStepsize
Time stepping with a fixed time length
NextTimePoint
Represents the next time point which is returned by the TimeStepper::advance method.

Enums§

TimeEvent
A TimeEvent describes that a certain action is to be executed after the next iteration step.

Traits§

TimeStepper
Increments time of the simulation