This commit is contained in:
Rohith Nair
2017-06-26 12:46:09 +02:00
parent 84ca3cd9b9
commit 7500d3eb0c

View File

@@ -251,7 +251,7 @@ namespace Opm {
} }
catch (const Opm::LinearSolverProblem& e) { catch (const Opm::LinearSolverProblem& e) {
substepReport += solver.failureReport(); substepReport += solver.failureReport();
cause_of_failure = "Linear Solver convergence failure"; cause_of_failure = "Linear solver convergence failure";
detail::logException(e, solver_verbose_); detail::logException(e, solver_verbose_);
// since linearIterations is < 0 this will restart the solver // since linearIterations is < 0 this will restart the solver