mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Geomech Range filters working
The algorithm for the IJK assignment now works on the simple test example.
This commit is contained in:
@@ -49,10 +49,16 @@ public:
|
||||
|
||||
|
||||
private:
|
||||
void generateStructGridData();
|
||||
static FaceType findGridFace(cvf::Vec3d faceNormal);
|
||||
void generateStructGridData();
|
||||
|
||||
int findElmIdxOfGridCornerClosestToOrigo();
|
||||
int perpendicularFaceInDirection(cvf::Vec3f direction, int perpFaceIdx, int elmIdx);
|
||||
|
||||
RigFemPart* m_femPart;
|
||||
|
||||
std::vector<cvf::Vec3i> m_ijkPrElement;
|
||||
cvf::Vec3st m_elmentIJKCounts;
|
||||
|
||||
RigFemPart* m_femPart;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user