Merge points. See below. More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Type > | |
| label | mergePoints (const UList< Type > &points, const scalar mergeTol, const bool verbose, labelList &pointMap, const Type &origin=Type::zero) |
| Sorts and merges points. All points closer than/equal mergeTol get merged. More... | |
| template<class Type > | |
| bool | mergePoints (const UList< Type > &points, const scalar mergeTol, const bool verbose, labelList &pointMap, List< Type > &newPoints, const Type &origin=Type::zero) |
| Sorts and merges points. Determines new points. Returns true if anything. More... | |
Merge points. See below.
Original source file mergePoints.H
Definition in file mergePoints.H.
1.8.11