|
| | patchEdgeFaceInfo () |
| | Default construct. More...
|
| |
| | patchEdgeFaceInfo (const point &origin, const scalar distSqr) |
| | Construct from origin, distance squared. More...
|
| |
| const point & | origin () const |
| |
| scalar | distSqr () const |
| |
| template<class TrackingData > |
| bool | valid (TrackingData &td) const |
| | Changed or contains original (invalid) value. More...
|
| |
| template<class TrackingData > |
| void | transform (const polyMesh &mesh, const primitivePatch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td) |
| | Apply rotation matrix. More...
|
| |
| template<class TrackingData > |
| bool | updateEdge (const polyMesh &mesh, const primitivePatch &patch, const label edgeI, const label facei, const patchEdgeFaceInfo &faceInfo, const scalar tol, TrackingData &td) |
| | Influence of face on edge. More...
|
| |
| template<class TrackingData > |
| bool | updateEdge (const polyMesh &mesh, const primitivePatch &patch, const patchEdgeFaceInfo &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 primitivePatch &patch, const label facei, const label edgeI, const patchEdgeFaceInfo &edgeInfo, const scalar tol, TrackingData &td) |
| | Influence of edge on face. More...
|
| |
| template<class TrackingData > |
| bool | equal (const patchEdgeFaceInfo &, TrackingData &td) const |
| | Test for equality, with TrackingData. More...
|
| |
| bool | operator== (const patchEdgeFaceInfo &) const |
| | Test for equality. More...
|
| |
| bool | operator!= (const patchEdgeFaceInfo &) const |
| | Test for inequality. More...
|
| |
- Source files
-
Definition at line 59 of file patchEdgeFaceInfo.H.