From 15dfe31d80d623f7f14e56e96de3cc5e0e2d1870 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Tue, 17 Oct 2017 08:26:39 +0000 Subject: [PATCH] Revert "Communicate the ebos solution at the beginning of the run method." This reverts commit 9adc4d5d3cab514d2707ee5b285ba61b0c441072. --- opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp b/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp index f6fadeeb7..45da2c358 100644 --- a/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp +++ b/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp @@ -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;