#914 First transformed stress on intersection

This commit is contained in:
Jacob Støren
2016-10-20 10:49:44 +02:00
parent d8247c2ac6
commit 159bbbe5e6
4 changed files with 150 additions and 12 deletions

View File

@@ -38,6 +38,8 @@ class RigMainGrid;
class RimEclipseCellColors;
class RimCellEdgeColors;
class RimIntersection;
class RigGeoMechCaseData;
class RigFemResultAddress;
//==================================================================================================
///
@@ -76,6 +78,13 @@ private:
bool isElementNodalResult,
const RigFemPart* femPart,
const cvf::ScalarMapper* mapper);
void calculateGeoMechTensorXfTextureCoords(cvf::Vec2fArray* textureCoords,
const std::vector<RivIntersectionVertexWeights> &vertexWeights,
RigGeoMechCaseData* caseData,
const RigFemResultAddress& resVarAddress,
int timeStepIdx,
const cvf::ScalarMapper* mapper);
cvf::ref<RivIntersectionHexGridInterface> createHexGridInterface();
private:
@@ -94,3 +103,4 @@ private:
cvf::ref<cvf::Part> m_highlightLineAlongExtrusionDir;
cvf::ref<cvf::Part> m_highlightPointsForExtrusionDir;
};