FaceCellWave plus data. More...
#include <MeshWave.H>


Public Member Functions | |
| MeshWave (const polyMesh &mesh, const labelUList &initialChangedFaces, const UList< Type > &changedFacesInfo, const label maxIter, TrackingData &td=FaceCellWaveBase::dummyTrackData_) | |
| Construct from mesh and list of changed faces with the Type for these faces. | |
| MeshWave (const polyMesh &mesh, const labelUList &initialChangedFaces, const UList< Type > &changedFacesInfo, const UList< Type > &allCellInfo, const label maxIter, TrackingData &td=FaceCellWaveBase::dummyTrackData_) | |
| Construct from mesh, list of changed faces with the Type for these faces and initial field. | |
| const List< Type > & | allFaceInfo () const noexcept |
| Get allFaceInfo. | |
| const List< Type > & | allCellInfo () const noexcept |
| Get allCellInfo. | |
| const TrackingData & | data () const noexcept |
| Additional data to be passed into container. | |
| label | iterate (const label maxIter) |
| Iterate until no changes or maxIter reached. | |
| label | nChangedCells () const noexcept |
| Current number of changed cells. | |
| label | nChangedFaces () const noexcept |
| Current number of changed faces. | |
| label | nUnvisitedCells () const noexcept |
| Number of unvisited cells. | |
| label | nUnvisitedFaces () const noexcept |
| Number of unvisited faces. | |
FaceCellWave plus data.
Definition at line 55 of file MeshWave.H.
| MeshWave | ( | const polyMesh & | mesh, |
| const labelUList & | initialChangedFaces, | ||
| const UList< Type > & | changedFacesInfo, | ||
| const label | maxIter, | ||
| TrackingData & | td = FaceCellWaveBase::dummyTrackData_ ) |
Construct from mesh and list of changed faces with the Type for these faces.
Iterates until nothing changes or maxIter reached. (maxIter can be 0)
Definition at line 29 of file MeshWave.C.

| MeshWave | ( | const polyMesh & | mesh, |
| const labelUList & | initialChangedFaces, | ||
| const UList< Type > & | changedFacesInfo, | ||
| const UList< Type > & | allCellInfo, | ||
| const label | maxIter, | ||
| TrackingData & | td = FaceCellWaveBase::dummyTrackData_ ) |
Construct from mesh, list of changed faces with the Type for these faces and initial field.
Iterates until nothing changes or maxIter reached. (maxIter can be 0)
Definition at line 56 of file MeshWave.C.
References allCellInfo(), mesh, and td().

|
inlinenoexcept |
Get allFaceInfo.
Definition at line 133 of file MeshWave.H.
References Foam::noexcept.
Referenced by inverseFaceDistanceDiffusivity::correct(), patchDataWave< TransferType, TrackingData >::correct(), and wallLayerCells::wallLayerCells().

|
inlinenoexcept |
Get allCellInfo.
Definition at line 141 of file MeshWave.H.
References Foam::noexcept.
Referenced by inverseFaceDistanceDiffusivity::correct(), MeshWave(), and wallLayerCells::wallLayerCells().

|
inlinenoexcept |
Additional data to be passed into container.
Definition at line 149 of file MeshWave.H.
References Foam::noexcept.
Referenced by wallLayerCells::wallLayerCells().

|
inline |
Iterate until no changes or maxIter reached.
Definition at line 159 of file MeshWave.H.
Referenced by wallLayerCells::wallLayerCells().

|
inlinenoexcept |
Current number of changed cells.
Definition at line 167 of file MeshWave.H.
References Foam::noexcept.
|
inlinenoexcept |
Current number of changed faces.
Definition at line 172 of file MeshWave.H.
References Foam::noexcept.
|
inlinenoexcept |
|
inlinenoexcept |