mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add cause_of_failure for LinearSolverProblem
This commit is contained in:
parent
18dfe1783b
commit
073e4ce839
@ -251,6 +251,7 @@ namespace Opm {
|
||||
}
|
||||
catch (const Opm::LinearSolverProblem& e) {
|
||||
substepReport += solver.failureReport();
|
||||
cause_of_failure = "Linear Solver convergence failure";
|
||||
|
||||
detail::logException(e, solver_verbose_);
|
||||
// since linearIterations is < 0 this will restart the solver
|
||||
|
Loading…
Reference in New Issue
Block a user