Skip to content

Commit

Permalink
Merge pull request #14 from kronbichler/master
Browse files Browse the repository at this point in the history
Take over PR
  • Loading branch information
mschreter authored Oct 23, 2023
2 parents 6c504f7 + 6329eee commit eed1849
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/navier_stokes_preconditioner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,10 @@ NavierStokesPreconditioner<dim>::vmult(
}
}
catch (...)
Assert(false,
ExcMessage("Solver for velocity-velocity matrix did not converge."));
{
Assert(false,
ExcMessage("Solver for velocity-velocity matrix did not converge."));
}
}
precond_timer.second[0] += time.wall_time();

Expand Down

0 comments on commit eed1849

Please sign in to comment.