mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -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:
parent
1d2ef11ec7
commit
2180ccddbc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user