36 #ifndef patchDistWave_H 37 #define patchDistWave_H
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Takes a set of patches to start FaceCellWave from and computed the distance at patches and possibly a...
labelList getChangedFaces(const polyMesh &mesh, const labelHashSet &patchIDs)
Get initial set of changed faces.
label calculate(const polyMesh &mesh, const labelHashSet &patchIDs, scalarField &cellDistance)
Calculate distance data from patches.
label wave(const polyMesh &mesh, const labelList &changedFaces, scalarField &cellDistance)
Wave distance data from faces.
Mesh consisting of general polyhedral cells.