Go to the documentation of this file.
87 const label patchFaceI,
88 const point& faceCentre
101 const label patchFaceI,
102 const point& faceCentre
107 const face&
f = patch[patchFaceI];
109 index_ = (f.
size() - index_) % f.
size();
128 return index() == rhs.
index() && n() == rhs.
n();
135 return !(*
this == rhs);