reverseCuthillMcKeeRenumber Class Reference

Reverse Cuthill-McKee renumbering. More...

Inheritance diagram for reverseCuthillMcKeeRenumber:
Collaboration diagram for reverseCuthillMcKeeRenumber:

Public Member Functions

 TypeNameNoDebug ("reverseCuthillMcKee")
 Runtime type information. More...
 
 reverseCuthillMcKeeRenumber ()
 Default construct. More...
 
 reverseCuthillMcKeeRenumber (const dictionary &dict)
 Construct given the renumber dictionary (ignored) More...
 
virtual ~reverseCuthillMcKeeRenumber ()=default
 Destructor. More...
 
- Public Member Functions inherited from CuthillMcKeeRenumber
 TypeNameNoDebug ("CuthillMcKee")
 Runtime type information. More...
 
 CuthillMcKeeRenumber (const bool reverse=false)
 Default construct, optionally with reverse. More...
 
 CuthillMcKeeRenumber (const dictionary &dict)
 Construct given the renumber dictionary. More...
 
 CuthillMcKeeRenumber (const dictionary &dict, const bool reverse)
 Construct given the renumber dictionary (ignored) and specified reverse handling. More...
 
virtual ~CuthillMcKeeRenumber ()=default
 Destructor. More...
 
void reverse (bool on) noexcept
 Toggle reverse on/off. More...
 
virtual labelList renumber (const polyMesh &mesh) const
 Return the cell visit order (from ordered back to original cell id) using the mesh to determine the connectivity. More...
 
virtual labelList renumber (const CompactListList< label > &cellCells) const
 Return the cell visit order (from ordered back to original cell id). More...
 
virtual labelList renumber (const labelListList &cellCells) const
 Return the cell visit order (from ordered back to original cell id). More...
 
- Public Member Functions inherited from renumberMethod
 TypeNameNoDebug ("renumberMethod")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, renumberMethod, dictionary,(const dictionary &renumberDict),(renumberDict))
 
 renumberMethod ()
 Default construct. More...
 
 renumberMethod (const dictionary &)
 Construct with renumber dictionary (which is currently unused) More...
 
virtual ~renumberMethod ()=default
 Destructor. More...
 
virtual bool no_topology () const
 Renumbering method without mesh or cell-cell topology (very special case) More...
 
virtual bool needs_mesh () const
 Renumbering method requires a polyMesh for its topology. More...
 
virtual labelList renumber (const label nCells) const
 Return the cell visit order (from ordered back to original cell id) based solely on the number of cells. More...
 
virtual labelList renumber (const pointField &) const
 Return the cell visit order (from ordered back to original cell id) based solely on the cell centres (or number of cell centres). More...
 
virtual labelList renumber (const polyMesh &mesh, const pointField &) const
 Deprecated - the pointField is unused. More...
 
virtual labelList renumber (const CompactListList< label > &cellCells, const pointField &) const
 Deprecated - the pointField is unused. More...
 
virtual labelList renumber (const labelListList &cellCells, const pointField &) const
 Deprecated - the pointField is unused. More...
 
virtual labelList renumber (const polyMesh &mesh, const labelUList &fineToCoarse, const pointField &coarsePoints) const
 Deprecated - renumbering with agglomeration map. Calculate globalCellCells directly. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from renumberMethod
static autoPtr< renumberMethodNew (const dictionary &dict)
 Construct/select a renumbering method. More...
 
static wordList supportedMethods ()
 Return a list of the known methods. More...
 

Detailed Description

Reverse Cuthill-McKee renumbering.

Definition at line 143 of file CuthillMcKeeRenumber.H.

Constructor & Destructor Documentation

◆ reverseCuthillMcKeeRenumber() [1/2]

Default construct.

Definition at line 89 of file CuthillMcKeeRenumber.C.

◆ reverseCuthillMcKeeRenumber() [2/2]

reverseCuthillMcKeeRenumber ( const dictionary dict)
explicit

Construct given the renumber dictionary (ignored)

Definition at line 96 of file CuthillMcKeeRenumber.C.

◆ ~reverseCuthillMcKeeRenumber()

virtual ~reverseCuthillMcKeeRenumber ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeNameNoDebug()

TypeNameNoDebug ( "reverseCuthillMcKee"  )

Runtime type information.


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