35 #ifndef fvMeshMoversNone_H
36 #define fvMeshMoversNone_H
44 namespace fvMeshMovers
Abstract base class for fvMesh movers.
fvMesh & mesh()
Return the fvMesh.
Dummy fvMeshMover which does not move the mesh points.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual bool dynamic() const
The mesh is static and does not change so return false.
virtual void topoChange(const polyTopoChangeMap &)
Update local data for topology changes.
TypeName("none")
Runtime type information.
none(fvMesh &mesh)
Construct from fvMesh.
virtual bool solidBody() const
The mesh is static, which meets the criteria of a solid body motion.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
virtual bool update()
Dummy update function which does not change the mesh.
void operator=(const none &)=delete
Disallow default bitwise assignment.
virtual ~none()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.