collapseBase.H File Reference

Routines collapse sliver triangles by splitting the base edge. More...

Include dependency graph for collapseBase.H:

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...
 

Detailed Description

Routines collapse sliver triangles by splitting the base edge.

Original source file collapseBase.H

InClass Foam::collapseBase

Source files

Definition in file collapseBase.H.

Function Documentation

◆ collapseBase()

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.