39 #ifndef list_pointMeshMover_H
40 #define list_pointMeshMover_H
49 namespace pointMeshMovers
Template dictionary class which manages the storage associated with it.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base class for pointMesh movers.
list(const polyMesh &, const dictionary &)
Construct from mesh and dictionary.
TypeName("list")
Runtime type information.
virtual void topoChange(const polyTopoChangeMap &)
Update local data for topology changes.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
virtual tmp< pointField > newPoints()
Provide current points for motion. Uses current motion field.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
virtual ~list()
Destructor.
void operator=(const list &)=delete
Disallow default bitwise assignment.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for managing temporary objects.