FaceCellWave plus data. More...
Public Member Functions | |
MeshWave (const polyMesh &mesh, const labelList &initialChangedFaces, const List< Type > &changedFacesInfo, const label maxIter, TrackingData &td=dummyTrackData_) | |
Construct from mesh and list of changed faces with the Type. More... | |
MeshWave (const polyMesh &mesh, const labelList &initialChangedFaces, const List< Type > &changedFacesInfo, const List< Type > &allCellInfo, const label maxIter, TrackingData &td=dummyTrackData_) | |
Construct from mesh, list of changed faces with the Type. More... | |
MeshWave (const MeshWave &)=delete | |
Disallow default bitwise copy construction. More... | |
const List< Type > & | allFaceInfo () const |
Get allFaceInfo. More... | |
const List< Type > & | allCellInfo () const |
Get allCellInfo. More... | |
const TrackingData & | data () const |
Additional data to be passed into container. More... | |
label | iterate (const label maxIter) |
Iterate until no changes or maxIter reached. Returns actual. More... | |
label | getUnsetCells () const |
Get number of unvisited cells, i.e. cells that were not (yet) More... | |
label | getUnsetFaces () const |
Get number of unvisited faces. More... | |
void | operator= (const MeshWave &)=delete |
Disallow default bitwise assignment. More... | |
FaceCellWave plus data.
Definition at line 56 of file MeshWave.H.
MeshWave | ( | const polyMesh & | mesh, |
const labelList & | initialChangedFaces, | ||
const List< Type > & | changedFacesInfo, | ||
const label | maxIter, | ||
TrackingData & | td = 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 42 of file MeshWave.C.
MeshWave | ( | const polyMesh & | mesh, |
const labelList & | initialChangedFaces, | ||
const List< Type > & | changedFacesInfo, | ||
const List< Type > & | allCellInfo, | ||
const label | maxIter, | ||
TrackingData & | td = 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 69 of file MeshWave.C.
Disallow default bitwise copy construction.
|
inline |
Get allFaceInfo.
Definition at line 116 of file MeshWave.H.
Referenced by patchDataWave< TransferType >::correct(), inverseFaceDistanceDiffusivity::operator()(), and wallLayerCells::wallLayerCells().
|
inline |
Get allCellInfo.
Definition at line 122 of file MeshWave.H.
Referenced by inverseFaceDistanceDiffusivity::operator()(), and wallLayerCells::wallLayerCells().
|
inline |
Additional data to be passed into container.
Definition at line 128 of file MeshWave.H.
References FaceCellWave< Type, TrackingData >::data(), MeshWave< Type, TrackingData >::getUnsetCells(), FaceCellWave< Type, TrackingData >::getUnsetCells(), MeshWave< Type, TrackingData >::iterate(), and FaceCellWave< Type, TrackingData >::iterate().
Referenced by wallLayerCells::wallLayerCells().
Iterate until no changes or maxIter reached. Returns actual.
number of iterations.
Definition at line 135 of file MeshWave.H.
Referenced by MeshWave< Type, TrackingData >::data(), and wallLayerCells::wallLayerCells().
|
inline |
Get number of unvisited cells, i.e. cells that were not (yet)
reached from walking across mesh. This can happen from
Definition at line 145 of file MeshWave.H.
Referenced by MeshWave< Type, TrackingData >::data().
|
inline |
Get number of unvisited faces.
Definition at line 151 of file MeshWave.H.
References FaceCellWave< Type, TrackingData >::getUnsetFaces(), and MeshWave< Type, TrackingData >::operator=().
|
delete |
Disallow default bitwise assignment.
Referenced by MeshWave< Type, TrackingData >::getUnsetFaces().