Small improvements in TimeStepAlgorithm
- Removed internal variable from
IterationNumberBasedTimeStepping- the same information is stored in theTimeStepobjectsts_previousandts_current - Since the information
_previous_time_step_acceptedis already transported withints_previousandts_currentthe 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.