Foam::patchDistWave Namespace Reference

Functions

labelList getChangedFaces (const polyMesh &mesh, const labelHashSet &patchIDs)
 Get initial set of changed faces. More...
 
label wave (const polyMesh &mesh, const labelList &changedFaces, scalarField &cellDistance)
 Wave distance data from faces. More...
 
label calculate (const polyMesh &mesh, const labelHashSet &patchIDs, scalarField &cellDistance)
 Calculate distance data from patches. More...
 

Function Documentation

◆ getChangedFaces()

labelList Foam::patchDistWave::getChangedFaces ( const polyMesh mesh,
const labelHashSet patchIDs 
)

Get initial set of changed faces.

Referenced by meshRefinement::refine().

Here is the caller graph for this function:

◆ wave()

label Foam::patchDistWave::wave ( const polyMesh mesh,
const labelList changedFaces,
scalarField cellDistance 
)

Wave distance data from faces.

◆ calculate()

label Foam::patchDistWave::calculate ( const polyMesh mesh,
const labelHashSet patchIDs,
scalarField cellDistance 
)

Calculate distance data from patches.