none Class Reference

Dummy fvMeshDistributor 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 (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...
 
fvMeshmesh ()
 Return the fvMesh. More...
 
const fvMeshmesh () const
 Return the fvMesh. More...
 
const dictionarydict () 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< fvMeshDistributorNew (fvMesh &)
 Select, construct and return the fvMeshDistributor. More...
 

Detailed Description

Dummy fvMeshDistributor which does not move the mesh points.

Source files

Definition at line 50 of file fvMeshDistributorsNone.H.

Constructor & Destructor Documentation

◆ none() [1/2]

none ( fvMesh mesh)

Construct from fvMesh.

Definition at line 43 of file fvMeshDistributorsNone.C.

◆ none() [2/2]

none ( const none )
delete

Disallow default bitwise copy construction.

◆ ~none()

~none ( )

Destructor.

Definition at line 51 of file fvMeshDistributorsNone.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 fvMeshDistributor.

Definition at line 76 of file fvMeshDistributorsNone.H.

◆ update()

bool update ( )
virtual

Dummy update function which does not change the mesh.

Implements fvMeshDistributor.

Definition at line 57 of file fvMeshDistributorsNone.C.

◆ topoChange()

virtual void topoChange ( const polyTopoChangeMap )
inlinevirtual

Update corresponding to the given map.

Implements fvMeshDistributor.

Definition at line 85 of file fvMeshDistributorsNone.H.

◆ mapMesh()

virtual void mapMesh ( const polyMeshMap )
inlinevirtual

Update from another mesh using the given map.

Implements fvMeshDistributor.

Definition at line 89 of file fvMeshDistributorsNone.H.

◆ distribute()

virtual void distribute ( const polyDistributionMap )
inlinevirtual

Update corresponding to the given distribution map.

Implements fvMeshDistributor.

Definition at line 93 of file fvMeshDistributorsNone.H.

◆ operator=()

void operator= ( const none )
delete

Disallow default bitwise assignment.


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