FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

mergePoints.H File Reference

Merge points. See below. More...


Detailed Description

Merge points. See below.

Source files

Definition in file mergePoints.H.

#include "src/OpenFOAM/fields/Fields/scalarField/scalarField.H"
#include "src/OpenFOAM/meshes/primitiveShapes/point/pointField.H"
Include dependency graph for mergePoints.H:

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.