mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove early-return functionality due to unintended consequences
This commit is contained in:
@@ -2392,11 +2392,6 @@ namespace Opm
|
|||||||
solveEqAndUpdateWellState(summary_state, well_state, deferred_logger);
|
solveEqAndUpdateWellState(summary_state, well_state, deferred_logger);
|
||||||
initPrimaryVariablesEvaluation();
|
initPrimaryVariablesEvaluation();
|
||||||
|
|
||||||
if (status_switch_count > 10) {
|
|
||||||
// constantly changing status, give up (do operability check on the outside)
|
|
||||||
converged = false;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
} while (it < max_iter);
|
} while (it < max_iter);
|
||||||
|
|
||||||
if (converged) {
|
if (converged) {
|
||||||
|
|||||||
Reference in New Issue
Block a user