Transport of region for use in PatchEdgeFaceWave. More...
Public Member Functions | |
patchEdgeFaceRegion () | |
Construct null. More... | |
patchEdgeFaceRegion (const label) | |
Construct from origin, distance. More... | |
label | region () const |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
Check whether origin has been changed at all or. More... | |
template<class TrackingData > | |
void | transform (const polyMesh &mesh, const indirectPrimitivePatch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td) |
Apply rotation matrix. More... | |
template<class TrackingData > | |
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. More... | |
template<class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const indirectPrimitivePatch &patch, const patchEdgeFaceRegion &edgeInfo, const bool sameOrientation, const scalar tol, TrackingData &td) |
New information for edge (from e.g. coupled edge) More... | |
template<class TrackingData > | |
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. More... | |
template<class TrackingData > | |
bool | equal (const patchEdgeFaceRegion &, TrackingData &) const |
Same (like operator==) More... | |
bool | operator== (const patchEdgeFaceRegion &) const |
bool | operator!= (const patchEdgeFaceRegion &) const |
Friends | |
Ostream & | operator<< (Ostream &, const patchEdgeFaceRegion &) |
Istream & | operator>> (Istream &, patchEdgeFaceRegion &) |
Transport of region for use in PatchEdgeFaceWave.
Set element to -2 to denote blocked.
Definition at line 68 of file patchEdgeFaceRegion.H.
|
inline |
Construct null.
Definition at line 76 of file patchEdgeFaceRegionI.H.
|
inline |
Construct from origin, distance.
Definition at line 84 of file patchEdgeFaceRegionI.H.
|
inline |
Definition at line 94 of file patchEdgeFaceRegionI.H.
Referenced by patchEdgeFaceRegion::operator==().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 101 of file patchEdgeFaceRegionI.H.
References patchEdgeFaceRegion::transform().
|
inline |
Apply rotation matrix.
Definition at line 109 of file patchEdgeFaceRegionI.H.
References patchEdgeFaceRegion::updateEdge().
Referenced by patchEdgeFaceRegion::valid().
|
inline |
Influence of face on edge.
Definition at line 121 of file patchEdgeFaceRegionI.H.
Referenced by meshRefinement::mergeBaffles(), and patchEdgeFaceRegion::transform().
|
inline |
New information for edge (from e.g. coupled edge)
Definition at line 137 of file patchEdgeFaceRegionI.H.
References patchEdgeFaceRegion::updateFace().
|
inline |
Influence of edge on face.
Definition at line 152 of file patchEdgeFaceRegionI.H.
References patchEdgeFaceRegion::equal().
Referenced by patchEdgeFaceRegion::updateEdge().
|
inline |
Same (like operator==)
Definition at line 168 of file patchEdgeFaceRegionI.H.
References patchEdgeFaceRegion::operator==().
Referenced by patchEdgeFaceRegion::updateFace().
|
inline |
Definition at line 180 of file patchEdgeFaceRegionI.H.
References patchEdgeFaceRegion::region().
Referenced by patchEdgeFaceRegion::equal().
|
inline |
Definition at line 189 of file patchEdgeFaceRegionI.H.
|
friend |
|
friend |