Skip to content

Fix time variables applied to solver in Richards simulation

Lukas Riedel requested to merge fix-time-in-richards-step into master

What does this MR do?

  • Use the current time instead of time_before in the Richards solver method step.

    time_before must only be used for the adaptivity handler/operator. Applied in the solver, it will trigger the old boundary conditions.

  • Rename variable for current time in RichardsSimulation::step from t to time.

Why was this MR needed?

The wrong time variable was applied to the solver.

Is there something that needs to be double checked?

No.

Can this MR be accepted?

  • Implemented fix
  • Pipeline passing
  • Added entry to CHANGELOG.md

Related issues

None

Edited by Lukas Riedel

Merge request reports