33 template<
class>
class FaceList,
41 const PrimitivePatch<Face, FaceList, PointField, PointType>&
p
53 const labelList& nbrFaces = edgeFaces[edgeI];
55 if (nbrFaces.size() == 1)
65 const Face&
f = localFaces[nbrFaces[i]];
67 if (
f.edgeDirection(edges[edgeI]) > 0)
77 <<
"Edge " << edgeI <<
" vertices:" << edges[edgeI]
78 <<
" is used by faces " << nbrFaces
80 << UIndirectList<Face>(localFaces, nbrFaces)()
81 <<
" none of which use the edge vertices in the same order"