uindirectPrimitivePatch pp(UIndirectList< face >(mesh.faces(), faceLabels), mesh.points())
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Given a displacement moves the mesh by scaling the displacement back until there are no more mesh err...
const labelList & adaptPatchIDs() const
Patch labels that are being adapted.
const polyMesh & mesh() const
Reference to mesh.
const pointMesh & pMesh() const
Reference to pointMesh.
const dictionary & paramDict() const
pointVectorField & displacement()
Reference to displacement field.
motionSmootherData(const pointMesh &pMesh)
Construct read.
Given a displacement moves the mesh by scaling the displacement back until there are no more mesh err...
motionSmoother(polyMesh &mesh, pointMesh &pMesh, indirectPrimitivePatch &pp, const labelList &adaptPatchIDs, const dictionary ¶mDict, const bool dryRun=false)
Construct from mesh, patches to work on and smoothing parameters.
Mesh representing a set of points created from polyMesh.
Mesh consisting of general polyhedral cells.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
List< label > labelList
A List of labels.
GeometricField< vector, pointPatchField, pointMesh > pointVectorField
PrimitivePatch< IndirectList< face >, const pointField & > indirectPrimitivePatch
A PrimitivePatch with an IndirectList for the faces, const reference for the point field.