35 #ifndef fvMeshTopoChangersList_H 36 #define fvMeshTopoChangersList_H 45 namespace fvMeshTopoChangers
Template dictionary class which manages the storage associated with it.
TypeName("list")
Runtime type information.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
fvMesh & mesh()
Return the fvMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Sequence of mesh topology changes applied in order.
virtual bool update()
Update the mesh for both mesh motion and topology change.
virtual ~list()
Destructor.
void operator=(const list &)=delete
Disallow default bitwise assignment.
list(fvMesh &mesh, const dictionary &dict)
Construct from fvMesh and dictionary.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
Mesh data needed to do the Finite Volume discretisation.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
Class containing mesh-to-mesh mapping information.
Abstract base class for fvMesh movers.