mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3021 Fault Truncation : Allow contained fracture to propagate through inactive cells
This commit is contained in:
parent
cb6657266a
commit
350d0bbee4
@ -205,8 +205,6 @@ std::set<size_t> RimFractureContainmentTools::getCellsIntersectingFracturePlane(
|
||||
|
||||
for (const auto& globalCellIndex : indicesToPotentiallyFracturedCells)
|
||||
{
|
||||
if (activeCellInfo && !activeCellInfo->isActive(globalCellIndex)) continue;
|
||||
|
||||
std::array<cvf::Vec3d, 8> hexCorners;
|
||||
mainGrid->cellCornerVertices(globalCellIndex, hexCorners.data());
|
||||
std::vector<std::vector<cvf::Vec3d>> planeCellPolygons;
|
||||
|
Loading…
Reference in New Issue
Block a user