13 const polyPatchList& patches = solidMesh.boundaryMesh();
15 forAll (patches, patchI)
17 if (isType<regionCouplePolyPatch>(patches[patchI]))
19 const regionCouplePolyPatch& rcp =
20 refCast<const regionCouplePolyPatch>(patches[patchI]);
27 // Force recalculation of weights
28 solidMesh.surfaceInterpolation::movePoints();