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