Separating LGRs in rank 0 cellCentroids_

This commit is contained in:
Antonella Ritorto
2023-09-28 11:12:44 +02:00
parent ffa7bc23ed
commit 92a1d3caab
4 changed files with 9 additions and 6 deletions

View File

@@ -222,7 +222,7 @@ public:
std::function<std::array<double,EclBaseVanguard<TypeTag>::dimensionworld>(int)>
cellCentroids() const
{
return this->cellCentroids_(this->cartesianIndexMapper());
return this->cellCentroids_(this->cartesianIndexMapper(), false);
}
std::vector<int> cellPartition() const