Transfers refinement levels such that slow transition between levels is maintained. Used in FaceCellWave. More...
Public Member Functions | |
| refinementData () | |
| Default construct. More... | |
| refinementData (const label refinementCount, const label count) | |
| Construct from count. More... | |
| label | refinementCount () const |
| label & | refinementCount () |
| label | count () const |
| label & | count () |
| bool | isRefined () const |
| template<class TrackingData > | |
| bool | valid (TrackingData &td) const |
| Changed or contains original (invalid) value. More... | |
| template<class TrackingData > | |
| bool | sameGeometry (const polyMesh &, const refinementData &, const scalar, TrackingData &td) const |
| Check for identical geometrical data (eg, cyclics checking) More... | |
| template<class TrackingData > | |
| void | leaveDomain (const polyMesh &, const polyPatch &, 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 &, const label patchFacei, const point &faceCentre, TrackingData &td) |
| Reverse of leaveDomain. More... | |
| template<class TrackingData > | |
| void | transform (const polyMesh &, const tensor &, TrackingData &td) |
| Apply rotation matrix to any coordinates. More... | |
| template<class TrackingData > | |
| bool | updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const refinementData &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 refinementData &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of neighbouring cell. More... | |
| template<class TrackingData > | |
| bool | updateFace (const polyMesh &, const label thisFacei, const refinementData &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of different value on same face. More... | |
| template<class TrackingData > | |
| bool | equal (const refinementData &, TrackingData &td) const |
| Test for equality, with TrackingData. More... | |
| bool | operator== (const refinementData &) const |
| Test for equality. More... | |
| bool | operator!= (const refinementData &) const |
| Test for inequality. More... | |
Friends | |
| Ostream & | operator<< (Ostream &, const refinementData &) |
| Istream & | operator>> (Istream &, refinementData &) |
Transfers refinement levels such that slow transition between levels is maintained. Used in FaceCellWave.
Definition at line 62 of file refinementData.H.
|
inline |
Default construct.
Definition at line 31 of file refinementDataI.H.
|
inline |
Construct from count.
Definition at line 39 of file refinementDataI.H.
|
inline |
Definition at line 87 of file refinementData.H.
Referenced by refinementData::updateCell(), and refinementData::updateFace().
|
inline |
Definition at line 91 of file refinementData.H.
|
inline |
Definition at line 96 of file refinementData.H.
Referenced by hexRef8::consistentSlowRefinement(), refinementData::updateCell(), and refinementData::updateFace().
|
inline |
Definition at line 100 of file refinementData.H.
|
inline |
Definition at line 105 of file refinementData.H.
Referenced by refinementData::updateCell().
|
inline |
Changed or contains original (invalid) value.
Definition at line 52 of file refinementDataI.H.
|
inline |
Check for identical geometrical data (eg, cyclics checking)
Definition at line 61 of file refinementDataI.H.
|
inline |
Convert any absolute coordinates into relative to (patch)face.
centre
Definition at line 75 of file refinementDataI.H.
|
inline |
Reverse of leaveDomain.
Definition at line 99 of file refinementDataI.H.
Apply rotation matrix to any coordinates.
Definition at line 88 of file refinementDataI.H.
|
inline |
Influence of neighbouring face.
Definition at line 112 of file refinementDataI.H.
References Foam::abort(), refinementData::count(), Foam::FatalError, FatalErrorInFunction, refinementData::isRefined(), Foam::max(), and refinementData::refinementCount().
|
inline |
Influence of neighbouring cell.
Definition at line 174 of file refinementDataI.H.
References refinementData::count(), and refinementData::refinementCount().
Referenced by hexRef8::consistentSlowRefinement().
|
inline |
Influence of different value on same face.
Definition at line 209 of file refinementDataI.H.
References refinementData::count(), and refinementData::refinementCount().
|
inline |
Test for equality, with TrackingData.
Definition at line 242 of file refinementDataI.H.
References Foam::operator==().
|
inline |
Test for equality.
Definition at line 254 of file refinementDataI.H.
|
inline |
Test for inequality.
Definition at line 263 of file refinementDataI.H.
|
friend |
|
friend |