Loading...
Searching...
No Matches
noRenumber Class Reference

A dummy renumber method, selected as none. More...

#include <noRenumber.H>

Inheritance diagram for noRenumber:
Collaboration diagram for noRenumber:

Public Member Functions

 TypeNameNoDebug ("none")
 Runtime type information.
 noRenumber ()
 Default construct.
 noRenumber (const dictionary &dict)
 Construct given the renumber dictionary (unused).
virtual ~noRenumber ()=default
 Destructor.
virtual bool no_topology () const
 Renumbering method without mesh or cell-cell topology!
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.
virtual labelList renumber (const pointField &) const
 Return the cell visit order (from ordered back to original cell id). based solely on pointField size.
virtual labelList renumber (const polyMesh &mesh) const
 Return the cell visit order (from ordered back to original cell id) using the mesh only for the number of cells.
virtual labelList renumber (const CompactListList< label > &cellCells) const
 Return the cell visit order (from ordered back to original cell id) using the topology only for the number of cells.
virtual labelList renumber (const labelListList &cellCells) const
 Return the cell visit order (from ordered back to original cell id) using the topology only for the number of cells.
Public Member Functions inherited from renumberMethod
 TypeNameNoDebug ("renumberMethod")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, renumberMethod, dictionary,(const dictionary &renumberDict),(renumberDict))
 renumberMethod ()
 Default construct.
 renumberMethod (const dictionary &)
 Construct with renumber dictionary (which is currently unused).
virtual ~renumberMethod ()=default
 Destructor.
virtual bool needs_mesh () const
 Renumbering method requires a polyMesh for its topology.
virtual labelList renumber (const polyMesh &mesh, const pointField &) const
 Deprecated - the pointField is unused.
virtual labelList renumber (const CompactListList< label > &cellCells, const pointField &) const
 Deprecated - the pointField is unused.
virtual labelList renumber (const labelListList &cellCells, const pointField &) const
 Deprecated - the pointField is unused.
virtual labelList renumber (const polyMesh &mesh, const labelUList &fineToCoarse, const pointField &coarsePoints) const
 Deprecated - renumbering with agglomeration map. Calculate globalCellCells directly.

Additional Inherited Members

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

Detailed Description

A dummy renumber method, selected as none.

Method coefficients: none

Source files

Definition at line 46 of file noRenumber.H.

Constructor & Destructor Documentation

◆ noRenumber() [1/2]

noRenumber ( )

Default construct.

Definition at line 42 of file noRenumber.C.

References renumberMethod::renumberMethod().

Here is the call graph for this function:

◆ noRenumber() [2/2]

noRenumber ( const dictionary & dict)
explicit

Construct given the renumber dictionary (unused).

Definition at line 48 of file noRenumber.C.

References dict, and renumberMethod::renumberMethod().

Here is the call graph for this function:

◆ ~noRenumber()

virtual ~noRenumber ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeNameNoDebug()

TypeNameNoDebug ( "none" )

Runtime type information.

References dict.

◆ no_topology()

virtual bool no_topology ( ) const
inlinevirtual

Renumbering method without mesh or cell-cell topology!

Reimplemented from renumberMethod.

Definition at line 82 of file noRenumber.H.

◆ renumber() [1/5]

Foam::labelList renumber ( const label nCells) const
virtual

Return the cell visit order (from ordered back to original cell id) based solely on the number of cells.

Reimplemented from renumberMethod.

Definition at line 56 of file noRenumber.C.

References Foam::identity().

Here is the call graph for this function:

◆ renumber() [2/5]

Foam::labelList renumber ( const pointField & cellCentres) const
virtual

Return the cell visit order (from ordered back to original cell id). based solely on pointField size.

Reimplemented from renumberMethod.

Definition at line 65 of file noRenumber.C.

References Foam::identity(), and UList< T >::size().

Here is the call graph for this function:

◆ renumber() [3/5]

Foam::labelList renumber ( const polyMesh & mesh) const
virtual

Return the cell visit order (from ordered back to original cell id) using the mesh only for the number of cells.

Parameters
meshMesh provides the number of cells

Reimplemented from renumberMethod.

Definition at line 74 of file noRenumber.C.

References Foam::identity(), and mesh.

Here is the call graph for this function:

◆ renumber() [4/5]

Foam::labelList renumber ( const CompactListList< label > & cellCells) const
virtual

Return the cell visit order (from ordered back to original cell id) using the topology only for the number of cells.

Parameters
cellCellsConnectivity provides the number of cells

Implements renumberMethod.

Definition at line 83 of file noRenumber.C.

References Foam::identity(), and CompactListList< T >::size().

Here is the call graph for this function:

◆ renumber() [5/5]

Foam::labelList renumber ( const labelListList & cellCells) const
virtual

Return the cell visit order (from ordered back to original cell id) using the topology only for the number of cells.

Parameters
cellCellsConnectivity provides the number of cells

Implements renumberMethod.

Definition at line 92 of file noRenumber.C.

References Foam::identity(), and UList< T >::size().

Here is the call graph for this function:

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