|
|
|
MeshWave< Type > Class Template ReferenceFaceCellWave plus data. More...
Collaboration diagram for MeshWave< Type >:
![]()
Detailed Descriptiontemplate<class Type>
FaceCellWave plus data.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MeshWave | ( | const polyMesh & | mesh, | |
| const labelList & | initialChangedFaces, | |||
| const List< Type > & | changedFacesInfo, | |||
| const label | maxIter | |||
| ) | [inline] |
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 40 of file MeshWave.C.
| MeshWave | ( | const polyMesh & | mesh, | |
| const labelList & | initialChangedFaces, | |||
| const List< Type > & | changedFacesInfo, | |||
| const List< Type > & | allCellInfo, | |||
| const label | maxIter | |||
| ) | [inline] |
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 65 of file MeshWave.C.
Iterate until no changes or maxIter reached. Returns number of.
unset cells (see getUnsetCells)
Definition at line 127 of file MeshWave.H.
| label getUnsetCells | ( | ) | const [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 139 of file MeshWave.H.
| label getUnsetFaces | ( | ) | const [inline] |