|
| | 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 |
| |
Transport of region for use in PatchEdgeFaceWave. Set element to -2 to denote blocked.
- Source files
-
Definition at line 66 of file patchEdgeFaceRegion.H.