For use with FaceCellWave. Transports minimum passive data. More...
Public Member Functions | |
| minData () | |
| Construct null. More... | |
| minData (const label data) | |
| Construct from count. More... | |
| label | data () 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 minData &, 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 minData &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 minData &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of neighbouring cell. More... | |
| template<class TrackingData > | |
| bool | updateFace (const polyMesh &, const label thisFacei, const minData &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of different value on same face. More... | |
| template<class TrackingData > | |
| bool | equal (const minData &, TrackingData &td) const |
| Same (like operator==) More... | |
| bool | operator== (const minData &) const |
| bool | operator!= (const minData &) const |
Friends | |
| Ostream & | operator<< (Ostream &, const minData &) |
| Istream & | operator>> (Istream &, minData &) |
For use with FaceCellWave. Transports minimum passive data.
|
inline |
Construct null.
Definition at line 30 of file minDataI.H.
Construct from count.
Definition at line 36 of file minDataI.H.
Definition at line 86 of file minData.H.
References minData::equal(), minData::operator!=(), minData::operator<<, minData::operator==(), minData::operator>>, minData::sameGeometry(), minData::transform(), minData::updateCell(), minData::updateFace(), and minData::valid().
Referenced by minData::operator==().


|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 45 of file minDataI.H.
References Foam::labelMax, and minData::sameGeometry().
Referenced by minData::data().


|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 53 of file minDataI.H.
References minData::transform().
Referenced by minData::data(), and minData::valid().


|
inline |
Transform across an interface.
Definition at line 66 of file minDataI.H.
References minData::updateCell().
Referenced by minData::data(), and minData::sameGeometry().


|
inline |
Influence of neighbouring face.
Definition at line 77 of file minDataI.H.
References minData::updateFace().
Referenced by minData::data(), and minData::transform().


|
inline |
Influence of neighbouring cell.
Definition at line 100 of file minDataI.H.
Referenced by minData::data(), and minData::updateCell().

|
inline |
Influence of different value on same face.
Definition at line 125 of file minDataI.H.
References minData::equal().

Same (like operator==)
Definition at line 148 of file minDataI.H.
References minData::operator==().
Referenced by minData::data(), and minData::updateFace().


Definition at line 160 of file minDataI.H.
References minData::data().
Referenced by minData::data(), and minData::equal().


Definition at line 169 of file minDataI.H.
Referenced by minData::data().

Referenced by minData::data().
Referenced by minData::data().