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:
Markus Blatt 2015-05-22 21:12:10 +02:00
parent 1d2ef11ec7
commit 2180ccddbc

View File

@ -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