mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Classify convergence failure as a "problem" not "error".
This commit is contained in:
parent
83b3d8a149
commit
08b7db6c7f
@ -306,7 +306,7 @@ namespace Opm {
|
|||||||
std::string msg;
|
std::string msg;
|
||||||
msg = "Solver convergence failed, restarting solver with new time step ("
|
msg = "Solver convergence failed, restarting solver with new time step ("
|
||||||
+ std::to_string(unit::convert::to( newTimeStep, unit::day )) + " days).\n";
|
+ std::to_string(unit::convert::to( newTimeStep, unit::day )) + " days).\n";
|
||||||
OpmLog::error(msg);
|
OpmLog::problem(msg);
|
||||||
}
|
}
|
||||||
// reset states
|
// reset states
|
||||||
state = last_state;
|
state = last_state;
|
||||||
|
Loading…
Reference in New Issue
Block a user