From ab72522e6ce49c18fe4a4647e21598177176d1aa Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Thu, 12 Oct 2017 17:27:49 +0200 Subject: [PATCH] grid managers: update the GridPart / GridView after loadBalance() depending on the grid implementation, the grid view / grid part object does not necessarily follow the change. For some reason, the grid part still does not work in the parallel case (tested with dune-fem 2.4), but that seems to be an issue on the dune-fem side. --- ebos/eclcpgridmanager.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ebos/eclcpgridmanager.hh b/ebos/eclcpgridmanager.hh index 1c37c7e1a..773c0e22d 100644 --- a/ebos/eclcpgridmanager.hh +++ b/ebos/eclcpgridmanager.hh @@ -197,6 +197,8 @@ public: #endif cartesianIndexMapper_ = new CartesianIndexMapper(*grid_); + + this->updateGridView_(); } /*!