merged from master.

This commit is contained in:
Robert Kloefkorn 2016-01-06 16:22:09 -07:00
parent f97b6cb9b3
commit 073f14ef3d

View File

@ -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<int> compressedToCartesianElemIdx(numDof);
for (unsigned elemIdx = 0; elemIdx < numDof; ++elemIdx)
compressedToCartesianElemIdx[elemIdx] = gridManager.cartesianIndex(elemIdx);