mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
0cad40e420
commit
ab72522e6c
@ -197,6 +197,8 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
cartesianIndexMapper_ = new CartesianIndexMapper(*grid_);
|
cartesianIndexMapper_ = new CartesianIndexMapper(*grid_);
|
||||||
|
|
||||||
|
this->updateGridView_();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user