mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use estimated time-step instead of average in next report step
This commit is contained in:
parent
42464cbcb7
commit
81b8b631a6
@ -225,8 +225,8 @@ namespace Opm {
|
||||
}
|
||||
|
||||
|
||||
// store max of the small time step for next reportStep
|
||||
last_timestep_ = substepTimer.averageStepLength();
|
||||
// store estimated time step for next reportStep
|
||||
last_timestep_ = substepTimer.currentStepLength();
|
||||
if( timestep_verbose_ )
|
||||
{
|
||||
substepTimer.report( std::cout );
|
||||
|
Loading…
Reference in New Issue
Block a user