Go to the documentation of this file.
32 template<
class TrackingData>
46 if (w2.
region_ == -2 || region_ == -2)
100 template<
class TrackingData>
103 return region_ != -1;
107 template<
class TrackingData>
119 template<
class TrackingData>
131 return update(faceInfo, tol, td);
135 template<
class TrackingData>
141 const bool sameOrientation,
146 return update(edgeInfo, tol, td);
150 template<
class TrackingData>
162 return update(edgeInfo, tol, td);
166 template<
class TrackingData>
179 inline bool Foam::patchEdgeFaceRegion::operator==
184 return region() == rhs.
region();
188 inline bool Foam::patchEdgeFaceRegion::operator!=
193 return !(*
this == rhs);
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
Mesh consisting of general polyhedral cells.
bool equal(const patchEdgeFaceRegion &, TrackingData &) const
Same (like operator==)
patchEdgeFaceRegion()
Construct null.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool updateEdge(const polyMesh &mesh, const indirectPrimitivePatch &patch, const label edgeI, const label faceI, const patchEdgeFaceRegion &faceInfo, const scalar tol, TrackingData &td)
Influence of face on edge.
void transform(const polyMesh &mesh, const indirectPrimitivePatch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td)
Apply rotation matrix.
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
errorManip< error > abort(error &err)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Transport of region for use in PatchEdgeFaceWave.
bool updateFace(const polyMesh &mesh, const indirectPrimitivePatch &patch, const label faceI, const label edgeI, const patchEdgeFaceRegion &edgeInfo, const scalar tol, TrackingData &td)
Influence of edge on face.
bool update(const patchEdgeFaceRegion &w2, const scalar tol, TrackingData &td)
Combine current with w2. Update region_ if w2 has smaller.
A list of faces which address into the list of points.