mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
enable substepping.
This commit is contained in:
parent
f535761a17
commit
2602ae7baf
@ -351,7 +351,7 @@ namespace Opm
|
||||
solver.setThresholdPressures(threshold_pressures_by_face_);
|
||||
}
|
||||
|
||||
const bool subStepping = false;
|
||||
const bool subStepping = true;
|
||||
if( subStepping )
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user