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:
@@ -110,6 +110,10 @@ namespace Opm
|
||||
/// Return true if op++() has been called numSteps() times.
|
||||
bool done() const;
|
||||
|
||||
/// Always return false. Timestep failures is handled in the
|
||||
/// substepTimer
|
||||
bool lastStepFailed() const {return false;}
|
||||
|
||||
/// return copy of object
|
||||
virtual std::unique_ptr< SimulatorTimerInterface > clone() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user