Small improvements in TimeStepAlgorithm
- Removed internal variable from
IterationNumberBasedTimeStepping
- the same information is stored in theTimeStep
objectsts_previous
andts_current
- Since the information
_previous_time_step_accepted
is already transported withints_previous
andts_current
the interface toTimeStepAlgorithm::next()
is simplified
-
Feature description was added to the changelog -
Tests covering your feature were added? - The internal changes are tested by the existing tests.