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

Determine correspondence between points. See below. More...


Detailed Description

Determine correspondence between points. See below.

Source files

Definition in file matchPoints.H.

+ Include dependency graph for matchPoints.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 matchPoints (const UList< point > &pts0, const UList< point > &pts1, const UList< scalar > &matchDistance, const bool verbose, labelList &from0To1, const point &origin=point::zero)
 Determine correspondence between pointFields. Gets passed.