mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 23:36:50 -06:00
#2347 Elm Props: Evaluate result type ELEMENT for WellLogExtractor
This commit is contained in:
parent
e4e160cdd4
commit
3786adc9b7
@ -70,6 +70,12 @@ void RigGeoMechWellLogExtractor::curveData(const RigFemResultAddress& resAddr, i
|
|||||||
|
|
||||||
if (!(elmType == HEX8 || elmType == HEX8P)) continue;
|
if (!(elmType == HEX8 || elmType == HEX8P)) continue;
|
||||||
|
|
||||||
|
if (convResAddr.resultPosType == RIG_ELEMENT)
|
||||||
|
{
|
||||||
|
(*values)[cpIdx] = resultValues[elmIdx];
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
cvf::StructGridInterface::FaceType cellFace = m_intersectedCellFaces[cpIdx];
|
cvf::StructGridInterface::FaceType cellFace = m_intersectedCellFaces[cpIdx];
|
||||||
|
|
||||||
int faceNodeCount = 0;
|
int faceNodeCount = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user