Holds information regarding type of cell. Used in inside/outside determination in cellClassification. More...
Public Member Functions | |
cellInfo () | |
Construct null. More... | |
cellInfo (const label) | |
Construct from cType. More... | |
label | type () 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 cellInfo &, const scalar, TrackingData &td) const |
Check for identical geometrical data. Used for cyclics checking. More... | |
template<class TrackingData > | |
void | leaveDomain (const polyMesh &, const polyPatch &patch, const label patchFacei, const point &faceCentre, TrackingData &td) |
Convert any absolute coordinates into relative to (patch)face. More... | |
template<class TrackingData > | |
void | enterDomain (const polyMesh &, const polyPatch &patch, const label patchFacei, const point &faceCentre, TrackingData &td) |
Reverse of leaveDomain. More... | |
template<class TrackingData > | |
void | transform (const polyMesh &, const tensor &rotTensor, TrackingData &td) |
Apply rotation matrix to any coordinates. More... | |
template<class TrackingData > | |
bool | updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const cellInfo &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 cellInfo &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of neighbouring cell. More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const cellInfo &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of different value on same face. More... | |
template<class TrackingData > | |
bool | equal (const cellInfo &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const cellInfo &) const |
bool | operator!= (const cellInfo &) const |
Friends | |
Ostream & | operator<< (Ostream &, const cellInfo &) |
Istream & | operator>> (Istream &, cellInfo &) |
Holds information regarding type of cell. Used in inside/outside determination in cellClassification.
Definition at line 63 of file cellInfo.H.
|
inline |
Construct null.
Definition at line 95 of file cellInfoI.H.
Construct from cType.
Definition at line 101 of file cellInfoI.H.
|
inline |
Definition at line 100 of file cellInfo.H.
References cellInfo::enterDomain(), cellInfo::equal(), cellInfo::leaveDomain(), cellInfo::operator!=(), cellInfo::operator<<, cellInfo::operator==(), cellInfo::operator>>, cellInfo::sameGeometry(), cellInfo::transform(), cellInfo::updateCell(), cellInfo::updateFace(), and cellInfo::valid().
Referenced by cellInfo::operator==().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 110 of file cellInfoI.H.
References cellClassification::NOTSET, and cellInfo::sameGeometry().
Referenced by cellInfo::type().
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 118 of file cellInfoI.H.
References cellInfo::leaveDomain().
Referenced by cellInfo::type(), and cellInfo::valid().
|
inline |
Convert any absolute coordinates into relative to (patch)face.
centre
Definition at line 132 of file cellInfoI.H.
References cellInfo::transform().
Referenced by cellInfo::sameGeometry(), and cellInfo::type().
|
inline |
Reverse of leaveDomain.
Definition at line 154 of file cellInfoI.H.
References cellInfo::updateCell().
Referenced by cellInfo::transform(), and cellInfo::type().
Apply rotation matrix to any coordinates.
Definition at line 144 of file cellInfoI.H.
References cellInfo::enterDomain().
Referenced by cellInfo::leaveDomain(), and cellInfo::type().
|
inline |
Influence of neighbouring face.
Definition at line 166 of file cellInfoI.H.
References cellInfo::updateFace().
Referenced by cellInfo::enterDomain(), and cellInfo::type().
|
inline |
Influence of neighbouring cell.
Definition at line 189 of file cellInfoI.H.
Referenced by cellInfo::type(), and cellInfo::updateCell().
|
inline |
Influence of different value on same face.
Definition at line 212 of file cellInfoI.H.
References cellInfo::equal().
|
inline |
Same (like operator==)
Definition at line 234 of file cellInfoI.H.
References cellInfo::operator==().
Referenced by cellInfo::type(), and cellInfo::updateFace().
|
inline |
Definition at line 245 of file cellInfoI.H.
References cellInfo::type().
Referenced by cellInfo::equal(), and cellInfo::type().
|
inline |
Definition at line 251 of file cellInfoI.H.
Referenced by cellInfo::type().
Referenced by cellInfo::type().
Referenced by cellInfo::type().