Module time
Expand description
Controls how the simulation time is advanced
Structs§
- Fixed
Stepsize - Time stepping with a fixed time length
- Next
Time Point - Represents the next time point which is returned by the TimeStepper::advance method.
Enums§
- Time
Event - A TimeEvent describes that a certain action is to be executed after the next iteration step.
Traits§
- Time
Stepper - Increments time of the simulation