Skip to content

Fixed a bug that skips output at a accept time step with rejections before.

wenqing requested to merge wenqing/ogs:fix_output_afer_rejected_time_step into master

In the exiting implementation, if a time step is rejected several times before it is accepted, the step is skipped for output. This MR fixes this bug.

The changes were tested by running the benchmark of Mechanics/MohrCoulombAbboSloan/slope.prj. Here are a file of the output file name list, output_file_name_list.txt, and a file of time step info, t_dt.log from that test.

  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