|
| PatchEdgeFacePointData () |
| Construct null. More...
|
|
| PatchEdgeFacePointData (const Type &, const point &, const scalar) |
| Construct from data, origin, distance. More...
|
|
const Type & | data () const |
|
Type & | data () |
|
template<class TrackingData > |
const Type & | data (TrackingData &td) const |
|
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 PatchEdgeFacePointData< Type > &faceInfo, const scalar tol, TrackingData &td) |
| Influence of face on edge. More...
|
|
template<class TrackingData > |
bool | updateEdge (const polyMesh &mesh, const primitivePatch &patch, const PatchEdgeFacePointData< Type > &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 PatchEdgeFacePointData< Type > &edgeInfo, const scalar tol, TrackingData &td) |
| Influence of edge on face. More...
|
|
| patchEdgeFacePoint () |
| Construct null. More...
|
|
| patchEdgeFacePoint (const point &, const scalar) |
| Construct from origin, distance. More...
|
|
const point & | origin () const |
|
scalar | distSqr () 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 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 patchEdgeFacePoint &faceInfo, const scalar tol, TrackingData &td) |
| Influence of face on edge. More...
|
|
template<class TrackingData > |
bool | updateEdge (const polyMesh &mesh, const primitivePatch &patch, const patchEdgeFacePoint &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 patchEdgeFacePoint &edgeInfo, const scalar tol, TrackingData &td) |
| Influence of edge on face. More...
|
|
template<class TrackingData > |
bool | equal (const patchEdgeFacePoint &, TrackingData &td) const |
| Same (like operator==) More...
|
|
bool | operator== (const patchEdgeFacePoint &) const |
|
bool | operator!= (const patchEdgeFacePoint &) const |
|
template<class Type>
class Foam::PatchEdgeFacePointData< Type >
Transport of nearest point location, plus data, for use in PatchEdgeFaceWave.
- Source files
-
Definition at line 62 of file PatchEdgeFacePointData.H.