none Class Reference

Dummy fvMeshTopoChanger which does not move the mesh points. More...

Inheritance diagram for none:
Collaboration diagram for none:

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...
 
fvMeshmesh ()
 Return the fvMesh. More...
 
const fvMeshmesh () 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< fvMeshTopoChangerNew (fvMesh &, const dictionary &dict)
 Select, construct and return the fvMeshTopoChanger. More...
 
static autoPtr< fvMeshTopoChangerNew (fvMesh &)
 Select, construct and return the fvMeshTopoChanger. More...
 

Detailed Description

Dummy fvMeshTopoChanger which does not move the mesh points.

Source files

Definition at line 50 of file fvMeshTopoChangersNone.H.

Constructor & Destructor Documentation

◆ none() [1/3]

none ( fvMesh mesh)

Construct from fvMesh.

Definition at line 43 of file fvMeshTopoChangersNone.C.

◆ none() [2/3]

none ( fvMesh mesh,
const dictionary dict 
)

Construct from fvMesh and dictionary.

Definition at line 49 of file fvMeshTopoChangersNone.C.

◆ none() [3/3]

none ( const none )
delete

Disallow default bitwise copy construction.

◆ ~none()

~none ( )

Destructor.

Definition at line 57 of file fvMeshTopoChangersNone.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ dynamic()

virtual bool dynamic ( ) const
inlinevirtual

The mesh is static and does not change so return false.

Reimplemented from fvMeshTopoChanger.

Definition at line 79 of file fvMeshTopoChangersNone.H.

◆ update()

bool update ( )
virtual

Dummy update function which does not change the mesh.

Implements fvMeshTopoChanger.

Definition at line 63 of file fvMeshTopoChangersNone.C.

◆ topoChange()

virtual void topoChange ( const polyTopoChangeMap )
inlinevirtual

Update corresponding to the given map.

Implements fvMeshTopoChanger.

Definition at line 88 of file fvMeshTopoChangersNone.H.

◆ mapMesh()

virtual void mapMesh ( const polyMeshMap )
inlinevirtual

Update from another mesh using the given map.

Implements fvMeshTopoChanger.

Definition at line 92 of file fvMeshTopoChangersNone.H.

◆ distribute()

virtual void distribute ( const polyDistributionMap )
inlinevirtual

Update corresponding to the given distribution map.

Implements fvMeshTopoChanger.

Definition at line 96 of file fvMeshTopoChangersNone.H.

◆ operator=()

void operator= ( const none )
delete

Disallow default bitwise assignment.


The documentation for this class was generated from the following files: