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