mergePoints.H File Reference

Merge points. See below. More...

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

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

Detailed Description

Merge points. See below.

Original source file mergePoints.H

Source files

Definition in file mergePoints.H.