mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-27 11:07:12 -05:00
log problem if asked to continue with nonconverged nonlinear solver.
The user has explicitly asked for this behavior using --solver-continue-on-convergence-failure=true in this rare case.
This commit is contained in:
@@ -444,7 +444,7 @@ std::set<std::string> consistentlyFailingWells(const std::vector<StepReport>& sr
|
||||
+ std::to_string(minTimeStep_) + "\n which is the minimum threshold given"
|
||||
+ "by option --solver-min-time-step= \n";
|
||||
if (solverVerbose_) {
|
||||
OpmLog::error(msg);
|
||||
OpmLog::problem(msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user