mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Activates the parallelism in the adaptive time stepping schemes.
It does this simply by passing the information about the parallelization to the adaptive time stepper.
This commit is contained in:
@@ -244,7 +244,7 @@ namespace Opm
|
||||
std::unique_ptr< AdaptiveTimeStepping > adaptiveTimeStepping;
|
||||
if( param_.getDefault("timestep.adaptive", true ) )
|
||||
{
|
||||
adaptiveTimeStepping.reset( new AdaptiveTimeStepping( param_ ) );
|
||||
adaptiveTimeStepping.reset( new AdaptiveTimeStepping( param_, solver_.parallelInformation() ) );
|
||||
}
|
||||
|
||||
// init output writer
|
||||
|
||||
Reference in New Issue
Block a user