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:
Bård Skaflestad
2022-06-01 14:34:28 +02:00
parent 26a9582ece
commit af94be5023
3 changed files with 3 additions and 4 deletions

View File

@@ -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