mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-31 12:27:57 -05:00
Adding some comments before calling stablizeNewton.
This commit is contained in:
@@ -320,6 +320,8 @@ namespace {
|
||||
std::cout << " Oscillating behavior detected: Relaxation set to " << omega << std::endl;
|
||||
}
|
||||
|
||||
// The dxOld is updated with dx in stablizeNewton.
|
||||
// If omega is equal to 1., no relaxtion will be appiled.
|
||||
stablizeNewton(dx, dxOld, omega, relaxtype);
|
||||
|
||||
updateState(dx, x, xw);
|
||||
|
||||
Reference in New Issue
Block a user