35 #ifndef fvMeshTopoChangersNone_H
36 #define fvMeshTopoChangersNone_H
44 namespace fvMeshTopoChangers
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for fvMesh topology changers.
fvMesh & mesh()
Return the fvMesh.
Dummy fvMeshTopoChanger 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 corresponding to the given map.
TypeName("none")
Runtime type information.
none(fvMesh &mesh)
Construct from fvMesh.
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.
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.