Use estimated time-step instead of average in next report step
This commit is contained in:
parent
9ad6e59ee7
commit
5af794cfd5
@ -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