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 (fvMesh &mesh, const dictionary &dict) | |
| Construct from fvMesh and dictionary. 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, const dictionary &dict),(mesh, dict)) | |
| 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... | |
| 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 none_fvMeshDistributor.H.
Construct from fvMesh.
Definition at line 43 of file none_fvMeshDistributor.C.
| none | ( | fvMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from fvMesh and dictionary.
Definition at line 49 of file none_fvMeshDistributor.C.
| ~none | ( | ) |
Destructor.
Definition at line 57 of file none_fvMeshDistributor.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
The mesh is static and does not change so return false.
Reimplemented from fvMeshDistributor.
Definition at line 79 of file none_fvMeshDistributor.H.
|
virtual |
Dummy update function which does not change the mesh.
Implements fvMeshDistributor.
Definition at line 63 of file none_fvMeshDistributor.C.
|
inlinevirtual |
Update corresponding to the given map.
Implements fvMeshDistributor.
Definition at line 88 of file none_fvMeshDistributor.H.
|
inlinevirtual |
Update from another mesh using the given map.
Implements fvMeshDistributor.
Definition at line 92 of file none_fvMeshDistributor.H.
|
inlinevirtual |
Update corresponding to the given distribution map.
Implements fvMeshDistributor.
Definition at line 96 of file none_fvMeshDistributor.H.
|
delete |
Disallow default bitwise assignment.