Skip to content

Draft: [PL/TimeLoop] call postTimeStep()

renchao.lu requested to merge renchao-lu/ogs:callPostTimeStep into master

In some cases, we make some operations in order to find the initial equilibrium state of a discrete system. After the initial equilibrium calculation, we not only need to compute secondary variables but also to update bulk medium properties. For this reason, this pull request adds the calling of postTimeStep() in the case of outputting initial condition.

  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 renchao.lu

Merge request reports