BUG: snappyHexMesh: make corner-point detection compatible with cutting

This commit is contained in:
mattijs
2018-02-21 11:15:38 +00:00
parent da26c3985e
commit d1b4471141

View File

@ -817,7 +817,7 @@ Foam::labelList Foam::meshRefinement::markFacesOnProblemCells
}
}
}
else if (nBoundaryAnchors == 7)
else if (nBoundaryAnchors == 7 && nonBoundaryAnchor != -1)
{
// Mark the cell. Store the (single!) non-boundary anchor point.
hasSevenBoundaryAnchorPoints.set(celli, 1u);