mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Change distanceVector_ to take the element index instead of centroid
This commit is contained in:
@@ -258,7 +258,7 @@ protected:
|
||||
const Scalar& poro) const;
|
||||
|
||||
DimVector distanceVector_(const DimVector& faceCenter,
|
||||
const std::array<double,dimWorld>& cellCenter) const;
|
||||
const unsigned& cellIdx) const;
|
||||
|
||||
void applyMultipliers_(Scalar& trans,
|
||||
unsigned faceIdx,
|
||||
|
||||
Reference in New Issue
Block a user