39 return refCast<const mappedPatchBase>(nbrPolyPatch());
47 && nbrMappedPatch().nbrRegionName_ == patch_.boundaryMesh().mesh().name()
48 && nbrMappedPatch().nbrPatchName_ == patch_.name()
50 && !nbrMappedPatch().usingTree_
51 && nbrMappedPatch().patchToPatchPtr_->type() == patchToPatchPtr_->type();
const polyPatch & nbrPolyPatch() const
Get the patch to map from.
Engine and base class for poly patches which provides interpolative mapping between two globally conf...
bool symmetric() const
Determine whether the neighbouring patch maps from this patch in.
const mappedPatchBase & nbrMappedPatch() const
Get the mapped neighbouring patch.
bool nbrPatchIsMapped() const
Return whether or not the neighbour patch is of mapped type.