35 #ifndef points0MotionSolver_H 36 #define points0MotionSolver_H A list of keyword definitions, which are a keyword followed by any number of values (e...
Virtual base class for mesh motion solver.
void operator=(const points0MotionSolver &)=delete
Disallow default bitwise assignment.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
points0MotionSolver(const polyMesh &, const dictionary &, const word &type)
Construct from mesh and dictionary.
A class for handling words, derived from string.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
Virtual base class for displacement motion solvers.
pointIOField points0_
Starting points.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual ~points0MotionSolver()
Destructor.
Mesh consisting of general polyhedral cells.
pointField & points0()
Return reference to the reference field.
TypeName("points0MotionSolver")
Runtime type information.
A primitive field of type <T> with automated input and output.