Routines collapse sliver triangles by splitting the base edge. More...
Go to the source code of this file.
Functions | |
label | collapseBase (triSurface &surf, const scalar minLen, const scalar minQuality) |
Keep collapsing all triangles whose height is < minLen or quality < minQ. More... | |
Routines collapse sliver triangles by splitting the base edge.
Original source file collapseBase.H
InClass Foam::collapseBase
Definition in file collapseBase.H.
label collapseBase | ( | triSurface & | surf, |
const scalar | minLen, | ||
const scalar | minQuality | ||
) |
Keep collapsing all triangles whose height is < minLen or quality < minQ.
Returns number of triangles collapsed.