Skip to content

Commit

Permalink
Merge branch 'ResetSolutionAfterRejectedInitialTimeStep' into 'master'
Browse files Browse the repository at this point in the history
Reset solution after rejected initial time step

See merge request ogs/ogs!4666
  • Loading branch information
wenqing committed Jul 12, 2023
2 parents 5caa68e + e79f65a commit f364063
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ProcessLib/TimeLoop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,11 +451,6 @@ std::pair<double, bool> TimeLoop::computeTimeStepping(
ppd.timestep_current);
}

if (t == timestep_algorithm->begin())
{
continue;
}

auto& x = *_process_solutions[i];
auto& x_prev = *_process_solutions_prev[i];
if (all_process_steps_accepted)
Expand Down

0 comments on commit f364063

Please sign in to comment.