For use with FaceCellWave. Determines topological distance to starting faces. More...
Public Member Functions | |
topoDistanceData () | |
Construct null. More... | |
topoDistanceData (const label data, const label distance) | |
Construct from count. More... | |
label | data () const |
label | distance () const |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
Check whether origin has been changed at all or. More... | |
template<class TrackingData > | |
bool | sameGeometry (const polyMesh &, const topoDistanceData &, const scalar, TrackingData &td) const |
Check for identical geometrical data. Used for cyclics checking. More... | |
template<class TrackingData > | |
void | transform (const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td) |
Transform across an interface. More... | |
template<class TrackingData > | |
bool | updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const topoDistanceData &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of neighbouring face. More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const label neighbourCelli, const topoDistanceData &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of neighbouring cell. More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const topoDistanceData &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of different value on same face. More... | |
template<class TrackingData > | |
bool | equal (const topoDistanceData &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const topoDistanceData &) const |
bool | operator!= (const topoDistanceData &) const |
Friends | |
Ostream & | operator<< (Ostream &, const topoDistanceData &) |
Istream & | operator>> (Istream &, topoDistanceData &) |
For use with FaceCellWave. Determines topological distance to starting faces.
Definition at line 64 of file topoDistanceData.H.
|
inline |
Construct null.
Definition at line 34 of file topoDistanceDataI.H.
|
inline |
Construct from count.
Definition at line 42 of file topoDistanceDataI.H.
|
inline |
Definition at line 95 of file topoDistanceData.H.
Referenced by structuredRenumber::layerLess::operator()().
|
inline |
Definition at line 99 of file topoDistanceData.H.
Referenced by structuredRenumber::layerLess::operator()().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 56 of file topoDistanceDataI.H.
Referenced by structuredRenumber::layerLess::operator()().
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 64 of file topoDistanceDataI.H.
|
inline |
Transform across an interface.
Definition at line 78 of file topoDistanceDataI.H.
|
inline |
Influence of neighbouring face.
Definition at line 90 of file topoDistanceDataI.H.
|
inline |
Influence of neighbouring cell.
Definition at line 114 of file topoDistanceDataI.H.
|
inline |
Influence of different value on same face.
Definition at line 141 of file topoDistanceDataI.H.
|
inline |
Same (like operator==)
Definition at line 164 of file topoDistanceDataI.H.
References Foam::operator==().
|
inline |
Definition at line 176 of file topoDistanceDataI.H.
|
inline |
Definition at line 185 of file topoDistanceDataI.H.
|
friend |
|
friend |