mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-29 21:27:57 -05:00
enable substepping.
This commit is contained in:
@@ -351,7 +351,7 @@ namespace Opm
|
|||||||
solver.setThresholdPressures(threshold_pressures_by_face_);
|
solver.setThresholdPressures(threshold_pressures_by_face_);
|
||||||
}
|
}
|
||||||
|
|
||||||
const bool subStepping = false;
|
const bool subStepping = true;
|
||||||
if( subStepping )
|
if( subStepping )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user