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.
This commit is contained in:
Andreas Lauser 2017-10-12 17:27:49 +02:00
parent 0cad40e420
commit ab72522e6c

View File

@ -197,6 +197,8 @@ public:
#endif #endif
cartesianIndexMapper_ = new CartesianIndexMapper(*grid_); cartesianIndexMapper_ = new CartesianIndexMapper(*grid_);
this->updateGridView_();
} }
/*! /*!