65#ifndef exactPatchDistMethod_H
66#define exactPatchDistMethod_H
102 exact(
const exact&) =
delete;
105 void operator=(
const exact&) =
delete;
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
IOoject and searching on distributed triSurface. All processor hold (possibly overlapping) part of th...
Mesh data needed to do the Finite Volume discretisation.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
patchDistMethod(const patchDistMethod &)=delete
No copy construct.
const labelHashSet & patchIDs() const
Return the patchIDs.
TypeName("exactDistance")
Runtime type information.
virtual bool movePoints()
Update cached geometry when the mesh moves.
virtual void updateMesh(const mapPolyMesh &)
Update cached topology and geometry when the mesh changes.
GeometricField< vector, fvPatchField, volMesh > volVectorField
HashSet< label, Hash< label > > labelHashSet
A HashSet of labels, uses label hasher.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.