mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-29 04:23:48 -06:00
Commit to save changes.
This commit is contained in:
parent
9557db4c15
commit
0e244a4845
@ -306,6 +306,9 @@ namespace {
|
||||
std::cin.ignore();
|
||||
|
||||
V dxOld = V::Zero(linearSize);
|
||||
|
||||
bool isOscillate;
|
||||
bool isStagnat;
|
||||
|
||||
while ((!converged) && (it < maxit)) {
|
||||
V dx = solveJacobianSystem();
|
||||
@ -320,6 +323,8 @@ namespace {
|
||||
residual_history.push_back(rLpInfinity);
|
||||
}
|
||||
|
||||
const double relaxRelTol = 0.2;
|
||||
|
||||
converged = getConvergence(dt);
|
||||
|
||||
it += 1;
|
||||
|
Loading…
Reference in New Issue
Block a user