A dummy renumber method, selected as none.
More...
#include <noRenumber.H>


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< renumberMethod > | New (const dictionary &dict) |
| Construct/select a renumbering method. | |
| static wordList | supportedMethods () |
| Return a list of the known methods. | |
A dummy renumber method, selected as none.
Method coefficients: none
Definition at line 46 of file noRenumber.H.
| noRenumber | ( | ) |
Default construct.
Definition at line 42 of file noRenumber.C.
References renumberMethod::renumberMethod().

|
explicit |
Construct given the renumber dictionary (unused).
Definition at line 48 of file noRenumber.C.
References dict, and renumberMethod::renumberMethod().

|
virtualdefault |
Destructor.
| TypeNameNoDebug | ( | "none" | ) |
Runtime type information.
References dict.
|
inlinevirtual |
Renumbering method without mesh or cell-cell topology!
Reimplemented from renumberMethod.
Definition at line 82 of file noRenumber.H.
|
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().

|
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().

|
virtual |
Return the cell visit order (from ordered back to original cell id) using the mesh only for the number of cells.
| mesh | Mesh provides the number of cells |
Reimplemented from renumberMethod.
Definition at line 74 of file noRenumber.C.
References Foam::identity(), and mesh.

|
virtual |
Return the cell visit order (from ordered back to original cell id) using the topology only for the number of cells.
| cellCells | Connectivity provides the number of cells |
Implements renumberMethod.
Definition at line 83 of file noRenumber.C.
References Foam::identity(), and CompactListList< T >::size().

|
virtual |
Return the cell visit order (from ordered back to original cell id) using the topology only for the number of cells.
| cellCells | Connectivity provides the number of cells |
Implements renumberMethod.
Definition at line 92 of file noRenumber.C.
References Foam::identity(), and UList< T >::size().
