From: Toby D. Young Date: Sat, 10 Sep 2011 10:21:59 +0000 (+0000) Subject: Catch another possible EPS failure X-Git-Tag: v8.0.0~3480 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=448b5c80f9b48a65f6bbaee002511d8956fcc833;p=dealii.git Catch another possible EPS failure git-svn-id: https://svn.dealii.org/trunk@24300 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/lac/slepc_solver.cc b/deal.II/source/lac/slepc_solver.cc index 0979b83861..7ddd9b8797 100644 --- a/deal.II/source/lac/slepc_solver.cc +++ b/deal.II/source/lac/slepc_solver.cc @@ -241,6 +241,8 @@ namespace SLEPcWrappers case ::dealii::SolverControl::failure: if (solver_control.last_step() > solver_control.max_steps()) *reason = EPS_DIVERGED_ITS; + else + *reason = EPS_DIVERGED_BREAKDOWN; break; default: