From 073f14ef3d02ebcc5aa89727547422358d8960ff Mon Sep 17 00:00:00 2001 From: Robert Kloefkorn Date: Wed, 6 Jan 2016 16:22:09 -0700 Subject: [PATCH] merged from master. --- applications/ebos/eclproblem.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/ebos/eclproblem.hh b/applications/ebos/eclproblem.hh index 4bcb59a18..6737e0c46 100644 --- a/applications/ebos/eclproblem.hh +++ b/applications/ebos/eclproblem.hh @@ -832,6 +832,8 @@ private: for (size_t dofIdx = 0; dofIdx < numDof; ++ dofIdx) porosity_[dofIdx] *= multpvData[gridManager.cartesianIndex(dofIdx)]; } + + // the fluid-matrix interactions for ECL problems are dealt with by a separate class std::vector compressedToCartesianElemIdx(numDof); for (unsigned elemIdx = 0; elemIdx < numDof; ++elemIdx) compressedToCartesianElemIdx[elemIdx] = gridManager.cartesianIndex(elemIdx);