mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use Consistent Grid Views for Transmissibility Calculation
There was an implied assumption that the "gridv" parameter would coincide with "grid_->leafGridView()". Make this assumption explicit.
This commit is contained in:
@@ -134,7 +134,7 @@ public:
|
||||
#if HAVE_MPI
|
||||
this->doLoadBalance_(this->edgeWeightsMethod(), this->ownersFirst(),
|
||||
this->serialPartitioning(), this->enableDistributedWells(),
|
||||
this->zoltanImbalanceTol(), this->gridView(),
|
||||
this->zoltanImbalanceTol(),
|
||||
this->schedule(), this->centroids_,
|
||||
this->eclState(), this->parallelWells_, this->numJacobiBlocks());
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user