Public Member Functions | Static Public Member Functions | Protected Attributes | Private Member Functions
renumberMethod Class Referenceabstract

Abstract base class for renumbering. More...

Inheritance diagram for renumberMethod:
Inheritance graph
[legend]
Collaboration diagram for renumberMethod:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("renumberMethod")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, renumberMethod, dictionary,(const dictionary &renumberDict),(renumberDict))
 
 renumberMethod (const dictionary &renumberDict)
 Construct given the renumber dictionary. More...
 
virtual ~renumberMethod ()
 Destructor. More...
 
virtual labelList renumber (const pointField &) const
 Return the order in which cells need to be visited, i.e. More...
 
virtual labelList renumber (const polyMesh &, const pointField &) const
 Return the order in which cells need to be visited, i.e. More...
 
virtual labelList renumber (const labelList &cellCells, const labelList &offsets, const pointField &) const
 Return the order in which cells need to be visited, i.e. More...
 
virtual labelList renumber (const polyMesh &mesh, const labelList &cellToRegion, const pointField &regionPoints) const
 Return the order in which cells need to be visited, i.e. More...
 
virtual labelList renumber (const labelListList &cellCells, const pointField &cc) const =0
 Return the order in which cells need to be visited, i.e. More...
 

Static Public Member Functions

static autoPtr< renumberMethodNew (const dictionary &renumberDict)
 Return a reference to the selected renumbering method. More...
 

Protected Attributes

const dictionaryrenumberDict_
 

Private Member Functions

 renumberMethod (const renumberMethod &)
 Disallow default bitwise copy construct and assignment. More...
 
void operator= (const renumberMethod &)
 

Detailed Description

Abstract base class for renumbering.

Source files

Definition at line 48 of file renumberMethod.H.

Constructor & Destructor Documentation

◆ renumberMethod() [1/2]

renumberMethod ( const renumberMethod )
private

Disallow default bitwise copy construct and assignment.

◆ renumberMethod() [2/2]

renumberMethod ( const dictionary renumberDict)
inline

Construct given the renumber dictionary.

Definition at line 98 of file renumberMethod.H.

◆ ~renumberMethod()

virtual ~renumberMethod ( )
inlinevirtual

Destructor.

Definition at line 105 of file renumberMethod.H.

Member Function Documentation

◆ operator=()

void operator= ( const renumberMethod )
private

◆ TypeName()

TypeName ( "renumberMethod"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
renumberMethod  ,
dictionary  ,
(const dictionary &renumberDict)  ,
(renumberDict)   
)

◆ New()

Foam::autoPtr< Foam::renumberMethod > New ( const dictionary renumberDict)
static

Return a reference to the selected renumbering method.

Definition at line 49 of file renumberMethod.C.

References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, dictionary::lookup(), and Foam::nl.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ renumber() [1/5]

virtual labelList renumber ( const pointField ) const
inlinevirtual

Return the order in which cells need to be visited, i.e.

from ordered back to original cell label. This is only defined for geometric renumberMethods.

Reimplemented in springRenumber, structuredRenumber, SloanRenumber, CuthillMcKeeRenumber, zoltanRenumber, manualRenumber, and randomRenumber.

Definition at line 114 of file renumberMethod.H.

Referenced by regionRenumber().

Here is the caller graph for this function:

◆ renumber() [2/5]

Foam::labelList renumber ( const polyMesh mesh,
const pointField points 
) const
virtual

Return the order in which cells need to be visited, i.e.

from ordered back to original cell label. Use the mesh connectivity (if needed)

Reimplemented in springRenumber, structuredRenumber, SloanRenumber, CuthillMcKeeRenumber, zoltanRenumber, manualRenumber, and randomRenumber.

Definition at line 75 of file renumberMethod.C.

References Foam::identity(), mesh, points, and renumber().

Here is the call graph for this function:

◆ renumber() [3/5]

Foam::labelList renumber ( const labelList cellCells,
const labelList offsets,
const pointField cc 
) const
virtual

Return the order in which cells need to be visited, i.e.

from ordered back to original cell label. Addresing in losort addressing (= neighbour + offsets into neighbour)

Reimplemented in CuthillMcKeeRenumber.

Definition at line 96 of file renumberMethod.C.

References NotImplemented.

◆ renumber() [4/5]

Foam::labelList renumber ( const polyMesh mesh,
const labelList cellToRegion,
const pointField regionPoints 
) const
virtual

Return the order in which cells need to be visited, i.e.

from ordered back to original cell label. Gets passed agglomeration map (from fine to coarse cells) and coarse cell location. Can be overridden by renumberMethods that provide this functionality natively. Coarse cells are local to the processor (if in parallel). If you want to have coarse cells spanning processors use the globalCellCells instead.

Definition at line 108 of file renumberMethod.C.

References forAll, mesh, renumber(), and List::size().

Here is the call graph for this function:

◆ renumber() [5/5]

virtual labelList renumber ( const labelListList cellCells,
const pointField cc 
) const
pure virtual

Return the order in which cells need to be visited, i.e.

from ordered back to original cell label. The connectivity is equal to mesh.cellCells() except

  • the connections are across coupled patches

Implemented in springRenumber, structuredRenumber, CuthillMcKeeRenumber, SloanRenumber, zoltanRenumber, manualRenumber, and randomRenumber.

Field Documentation

◆ renumberDict_

const dictionary& renumberDict_
protected

Definition at line 55 of file renumberMethod.H.


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