Go to the documentation of this file.
36 #ifndef dynamicFvMesh_H
37 #define dynamicFvMesh_H
97 const bool syncPar =
true
108 const bool syncPar =
true
125 virtual bool update() = 0;
declareRunTimeSelectionTable(autoPtr, dynamicFvMesh, IOobject,(const IOobject &io),(io))
virtual const pointField & points() const
Return raw points.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
static autoPtr< dynamicFvMesh > New(const IOobject &io)
Select null constructed.
virtual bool update()=0
Update the mesh for both mesh motion and topology change.
const cellList & cells() const
Abstract base class for geometry and/or topology changing fvMesh.
A simple container for copying or transferring objects of type <T>.
virtual ~dynamicFvMesh()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
void operator=(const dynamicFvMesh &)
Disallow default bitwise assignment.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual const faceList & faces() const
Return raw faces.
Macros to ease declaration of run-time selection tables.
dynamicFvMesh(const dynamicFvMesh &)
Disallow default bitwise copy construct.
TypeName("dynamicFvMesh")
Runtime type information.