mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1307 from OPM/revert-1306-pr-1286-reverted
Revert "Revert "Communicate the ebos solution at the beginning of the run method"
This commit is contained in:
commit
21dff75bbd
@ -159,6 +159,11 @@ public:
|
|||||||
ebosSimulator_.model().invalidateIntensiveQuantitiesCache(/*timeIdx=*/0);
|
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.
|
// Create timers and file for writing timing info.
|
||||||
Opm::time::StopWatch solver_timer;
|
Opm::time::StopWatch solver_timer;
|
||||||
Opm::time::StopWatch step_timer;
|
Opm::time::StopWatch step_timer;
|
||||||
|
Loading…
Reference in New Issue
Block a user