19 Info <<
"Constructing planePatch" <<
endl;
28 Info <<
"Finding target patch" <<
endl;
36 bool targetPatchNamePresent(
false);
37 label targetPatchNumber = -1;
41 if (patches[patchI].
name() == toPatchName)
43 targetPatchNamePresent =
true;
44 targetPatchNumber = patchI;
50 if (!targetPatchNamePresent)
52 targetPatchNumber = 1;
53 Serr<<
"Target patch not present. " <<
endl;
57 Serr<<
"Target patch name: " << patches[targetPatchNumber].
name() <<
endl;
63 patches[targetPatchNumber].patch()
67 PrimitivePatchInterpolation
69 PrimitivePatch<face, List, const pointField&>
76 PrimitivePatchInterpolation
78 PrimitivePatch<face, List, const pointField&>
81 patches[targetPatchNumber].patch()