Determine correspondence between points. See below. More...
Determine correspondence between points. See below.
Definition in file matchPoints.H.
#include "src/OpenFOAM/fields/Fields/scalarField/scalarField.H"
#include "src/OpenFOAM/meshes/primitiveShapes/point/pointField.H"
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.
|