#2969 Fracture truncations : Fix computation of truncated cells

This commit is contained in:
Magne Sjaastad
2018-05-31 15:29:51 +02:00
parent 3505b9d31a
commit bb8803293a
2 changed files with 35 additions and 23 deletions

View File

@@ -36,7 +36,7 @@ public:
private:
// TODO: Try to change RimStimPlanFractureTemplate::fractureTriangleGeometry to be able to use const RimFracture
static std::set<size_t>
getFracturedCells(const RigMainGrid* mainGrid, const RigActiveCellInfo* activeCellInfo, RimFracture* fracture);
getCellsIntersectingFracturePlane(const RigMainGrid* mainGrid, const RigActiveCellInfo* activeCellInfo, RimFracture* fracture);
static void appendNeighborCellForFace(const std::set<size_t>& allFracturedCells,
const RigMainGrid* mainGrid,