mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Store whether timestep failed or not
Used in flow ebos to tell the simulator to recalculate the cached quantities for failed timesteps.
This commit is contained in:
@@ -42,6 +42,7 @@ namespace Opm
|
||||
, dt_( 0.0 )
|
||||
, current_step_( 0 )
|
||||
, steps_()
|
||||
, lastStepFailed_( false )
|
||||
{
|
||||
// reserve memory for sub steps
|
||||
steps_.reserve( 10 );
|
||||
|
||||
Reference in New Issue
Block a user