mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: snappyHexMesh: make corner-point detection compatible with cutting
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user