Skip to content

Removed an unnecessary member of IterationNumberBasedTimeStepping

wenqing requested to merge wenqing/ogs:clean_dt_iteration_based into master

IterationNumberBasedTimeStepping::_n_rejected_steps and its associated function are only used in the unit test. For the number of the rejected_steps, it is counted in TimeLoop. Therefore this MR removes that members from IterationNumberBasedTimeStepping.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by wenqing

Merge request reports