35 #ifndef fvMeshTopoChangersList_H
36 #define fvMeshTopoChangersList_H
45 namespace fvMeshTopoChangers
Template dictionary class which manages the storage associated with it.
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.
Sequence of mesh topology changes applied in order.
TypeName("list")
Runtime type information.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual bool update()
Update the mesh for both mesh motion and topology change.
list(fvMesh &mesh, const dictionary &dict)
Construct from fvMesh and dictionary.
virtual ~list()
Destructor.
void operator=(const list &)=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.