FreeFOAM The Cross-Platform CFD Toolkit
mergePoints.H File Reference

Merge points. See below. More...


Detailed Description

+ Include dependency graph for mergePoints.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

bool mergePoints (const UList< point > &points, const scalar mergeTol, const bool verbose, labelList &pointMap, List< point > &newPoints, const point &origin=point::zero)
 Sort & merge points. All points closer than/equal mergeTol get merged.