Merge pull request #459 from blattms/zoltan-well-aware

Use well information during load balancing.
This commit is contained in:
Atgeirr Flø Rasmussen 2015-09-07 08:49:04 +02:00
commit 9ceeba0e8c

View File

@ -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());