34 #ifndef decompositionModel_H 35 #define decompositionModel_H 113 if (!decomposerPtr_.
valid())
117 return decomposerPtr_();
virtual bool movePoints()
A class for handling file names.
static const decompositionModel & New(const polyMesh &mesh, const fileName &decompDictFile="")
Read (optionally from absolute path) & register on mesh.
A list of keyword definitions, which are a keyword followed by any number of values (e...
decompositionModel(const polyMesh &, const fileName &="")
Construct from typeName or optional path to controlDictionary.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
decompositionMethod & decomposer() const
ClassName("decompositionModel")
Abstract base class for decomposition.
MeshObject wrapper of decompositionMethod.
bool valid() const
Return true if the autoPtr valid (ie, the pointer is set)
static autoPtr< decompositionMethod > New(const dictionary &decompositionDict)
Return a reference to the selected decomposition method.
static IOobject selectIO(const IOobject &, const fileName &)
Helper: return IOobject with optionally absolute path provided.
const polyMesh & mesh() const
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh consisting of general polyhedral cells.
virtual void updateMesh(const mapPolyMesh &)
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...