32 void Foam::enrichedPatch::completePointMap()
const
34 if (pointMapComplete_)
36 FatalErrorIn(
"void enrichedPatch::completePointMap() const")
37 <<
"Point map already completed"
41 pointMapComplete_ =
true;
52 forAll (masterMeshPoints, pointI)
54 if (!pmm.found(masterMeshPoints[pointI]))
58 masterMeshPoints[pointI],
59 masterLocalPoints[pointI]
68 forAll (slaveMeshPoints, pointI)
70 if (!pmm.found(slaveMeshPoints[pointI]))
74 slaveMeshPoints[pointI],
75 slaveLocalPoints[pointI]
87 if (!pointMapComplete_)
98 if (!pointMapComplete_)