Dummy fvMeshDistributor which does not move the mesh points. More...
Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
none (fvMesh &mesh) | |
Construct from fvMesh. More... | |
none (const none &)=delete | |
Disallow default bitwise copy construction. More... | |
~none () | |
Destructor. More... | |
virtual bool | dynamic () const |
The mesh is static and does not change so return false. More... | |
virtual bool | update () |
Dummy update function which does not change the mesh. More... | |
virtual void | topoChange (const polyTopoChangeMap &) |
Update corresponding to the given map. More... | |
virtual void | mapMesh (const polyMeshMap &) |
Update from another mesh using the given map. More... | |
virtual void | distribute (const polyDistributionMap &) |
Update corresponding to the given distribution map. More... | |
void | operator= (const none &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from fvMeshDistributor | |
TypeName ("fvMeshDistributor") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, fvMeshDistributor, fvMesh,(fvMesh &mesh),(mesh)) | |
fvMeshDistributor (fvMesh &) | |
Construct from fvMesh. More... | |
fvMeshDistributor (const fvMeshDistributor &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~fvMeshDistributor () |
Destructor. More... | |
fvMesh & | mesh () |
Return the fvMesh. More... | |
const fvMesh & | mesh () const |
Return the fvMesh. More... | |
const dictionary & | dict () const |
Return the dynamicMeshDict/distributor sub-dict. More... | |
virtual bool | write (const bool write=true) const |
Write the mover state. More... | |
void | operator= (const fvMeshDistributor &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fvMeshDistributor | |
static autoPtr< fvMeshDistributor > | New (fvMesh &) |
Select, construct and return the fvMeshDistributor. More... | |
Dummy fvMeshDistributor which does not move the mesh points.
Definition at line 50 of file fvMeshDistributorsNone.H.
Construct from fvMesh.
Definition at line 43 of file fvMeshDistributorsNone.C.
~none | ( | ) |
Destructor.
Definition at line 51 of file fvMeshDistributorsNone.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
The mesh is static and does not change so return false.
Reimplemented from fvMeshDistributor.
Definition at line 76 of file fvMeshDistributorsNone.H.
References none::update().
|
virtual |
Dummy update function which does not change the mesh.
Implements fvMeshDistributor.
Definition at line 57 of file fvMeshDistributorsNone.C.
Referenced by none::dynamic().
|
inlinevirtual |
Update corresponding to the given map.
Implements fvMeshDistributor.
Definition at line 85 of file fvMeshDistributorsNone.H.
|
inlinevirtual |
Update from another mesh using the given map.
Implements fvMeshDistributor.
Definition at line 89 of file fvMeshDistributorsNone.H.
|
inlinevirtual |
Update corresponding to the given distribution map.
Implements fvMeshDistributor.
Definition at line 93 of file fvMeshDistributorsNone.H.
References none::operator=().
|
delete |
Disallow default bitwise assignment.
Referenced by none::distribute().