Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
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")
 
 declareRunTimeSelectionTable (autoPtr, renumberMethod, dictionary,(const dictionary &renumberDict),(renumberDict))
 
 renumberMethod (const dictionary &renumberDict)
 
virtual ~renumberMethod ()=default
 
virtual labelList renumber (const pointField &) const
 
virtual labelList renumber (const polyMesh &, const pointField &) const
 
virtual labelList renumber (const labelList &cellCells, const labelList &offsets, const pointField &) const
 
virtual labelList renumber (const polyMesh &mesh, const labelList &cellToRegion, const pointField &regionPoints) const
 
virtual labelList renumber (const labelListList &cellCells, const pointField &cc) const =0
 

Static Public Member Functions

static autoPtr< renumberMethodNew (const dictionary &renumberDict)
 

Protected Attributes

const dictionaryrenumberDict_
 

Detailed Description

Abstract base class for renumbering.

Source files

Definition at line 46 of file renumberMethod.H.

Constructor & Destructor Documentation

◆ renumberMethod()

renumberMethod ( const dictionary renumberDict)
inline

Definition at line 98 of file renumberMethod.H.

◆ ~renumberMethod()

virtual ~renumberMethod ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "renumberMethod"  )

◆ declareRunTimeSelectionTable()

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

◆ New()

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

Definition at line 39 of file renumberMethod.C.

References dict, Foam::exit(), Foam::FatalIOError, and FatalIOErrorInLookup.

Here is the call graph for this function:

◆ renumber() [1/5]

virtual labelList renumber ( const pointField ) const
inlinevirtual

◆ renumber() [2/5]

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

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

Definition at line 65 of file renumberMethod.C.

References Foam::identity(), mesh, points, and Foam::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

Reimplemented in CuthillMcKeeRenumber.

Definition at line 86 of file renumberMethod.C.

References NotImplemented.

◆ renumber() [4/5]

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

Definition at line 98 of file renumberMethod.C.

References forAll, mesh, and Foam::renumber().

Here is the call graph for this function:

◆ renumber() [5/5]

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

Member Data Documentation

◆ renumberDict_

const dictionary& renumberDict_
protected

Definition at line 53 of file renumberMethod.H.


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