Fix bugs and add tests for IterationNumberBasedTimeStepping
The MR fixes two bugs in IterationNumberBasedTimeStepping
:
- the calculated time step size was not restricted to maximum time step size when taking fixed output times into account
- in case of a rejected time step the
ts_current
was not properly reset
-
Feature description was added to the changelog -
Tests covering your feature were added?
Edited by Tom Fischer