Merge pull request #1306 from OPM/pr-1286-reverted

Revert "Communicate the ebos solution at the beginning of the run method
This commit is contained in:
Atgeirr Flø Rasmussen 2017-10-17 21:19:43 +02:00 committed by GitHub
commit 0cdd65f3bc

View File

@ -159,11 +159,6 @@ public:
ebosSimulator_.model().invalidateIntensiveQuantitiesCache(/*timeIdx=*/0);
}
// Sync the overlap region of the inital solution. It was generated
// from the ReservoirState which has wrong values in the ghost region
// for some models (SPE9, Norne, Model 2)
ebosSimulator_.model().syncOverlap();
// Create timers and file for writing timing info.
Opm::time::StopWatch solver_timer;
Opm::time::StopWatch step_timer;