Dummy fvMeshTopoChanger 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 fvMeshTopoChanger | |
TypeName ("fvMeshTopoChanger") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, fvMeshTopoChanger, fvMesh,(fvMesh &mesh, const dictionary &dict),(mesh, dict)) | |
fvMeshTopoChanger (fvMesh &) | |
Construct from fvMesh. More... | |
fvMeshTopoChanger (const fvMeshTopoChanger &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~fvMeshTopoChanger () |
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 fvMeshTopoChanger &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fvMeshTopoChanger | |
static autoPtr< fvMeshTopoChanger > | New (fvMesh &, const dictionary &dict) |
Select, construct and return the fvMeshTopoChanger. More... | |
static autoPtr< fvMeshTopoChanger > | New (fvMesh &) |
Select, construct and return the fvMeshTopoChanger. More... | |
Dummy fvMeshTopoChanger which does not move the mesh points.
Definition at line 50 of file fvMeshTopoChangersNone.H.
Construct from fvMesh.
Definition at line 43 of file fvMeshTopoChangersNone.C.
none | ( | fvMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from fvMesh and dictionary.
Definition at line 49 of file fvMeshTopoChangersNone.C.
~none | ( | ) |
Destructor.
Definition at line 57 of file fvMeshTopoChangersNone.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
The mesh is static and does not change so return false.
Reimplemented from fvMeshTopoChanger.
Definition at line 79 of file fvMeshTopoChangersNone.H.
|
virtual |
Dummy update function which does not change the mesh.
Implements fvMeshTopoChanger.
Definition at line 63 of file fvMeshTopoChangersNone.C.
|
inlinevirtual |
Update corresponding to the given map.
Implements fvMeshTopoChanger.
Definition at line 88 of file fvMeshTopoChangersNone.H.
|
inlinevirtual |
Update from another mesh using the given map.
Implements fvMeshTopoChanger.
Definition at line 92 of file fvMeshTopoChangersNone.H.
|
inlinevirtual |
Update corresponding to the given distribution map.
Implements fvMeshTopoChanger.
Definition at line 96 of file fvMeshTopoChangersNone.H.
|
delete |
Disallow default bitwise assignment.