mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #459 from blattms/zoltan-well-aware
Use well information during load balancing.
This commit is contained in:
commit
9ceeba0e8c
@ -324,7 +324,7 @@ void distributeGridAndData( Dune::CpGrid& grid,
|
||||
global_grid.switchToGlobalView();
|
||||
|
||||
// distribute the grid and switch to the distributed view
|
||||
grid.loadBalance();
|
||||
grid.loadBalance(eclipseState);
|
||||
grid.switchToDistributedView();
|
||||
|
||||
distributed_props = std::make_shared<BlackoilPropsAdFromDeck>(properties, grid.numCells());
|
||||
|
Loading…
Reference in New Issue
Block a user