zoltanRenumber Class Reference

Use Zoltan. More...

Inheritance diagram for zoltanRenumber:
Collaboration diagram for zoltanRenumber:

Public Member Functions

 TypeName ("zoltan")
 Runtime type information. More...
 
 zoltanRenumber (const dictionary &dict)
 Construct given the renumber dictionary. More...
 
virtual ~zoltanRenumber ()=default
 Destructor. More...
 
virtual bool needs_mesh () const
 Renumbering method requires a polyMesh for its topology. More...
 
virtual labelList renumber (const polyMesh &mesh) const
 Return the cell visit order (from ordered back to original cell id) uses the mesh for connectivity and global exchanges. More...
 
virtual labelList renumber (const CompactListList< label > &cellCells) const
 Return the cell visit order (from ordered back to original cell id). Not implemented! More...
 
virtual labelList renumber (const labelListList &cellCells) const
 Return the cell visit order (from ordered back to original cell id). Not implemented! 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 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

Use Zoltan.

Source files

Definition at line 45 of file zoltanRenumber.H.

Constructor & Destructor Documentation

◆ zoltanRenumber()

zoltanRenumber ( const dictionary dict)
explicit

Construct given the renumber dictionary.

Definition at line 344 of file zoltanRenumber.C.

◆ ~zoltanRenumber()

virtual ~zoltanRenumber ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "zoltan"  )

Runtime type information.

◆ needs_mesh()

virtual bool needs_mesh ( ) const
inlinevirtual

Renumbering method requires a polyMesh for its topology.

Reimplemented from renumberMethod.

Definition at line 94 of file zoltanRenumber.H.

◆ renumber() [1/3]

◆ renumber() [2/3]

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

Return the cell visit order (from ordered back to original cell id). Not implemented!

Implements renumberMethod.

Definition at line 116 of file zoltanRenumber.H.

References NotImplemented.

◆ renumber() [3/3]

virtual labelList renumber ( const labelListList cellCells) const
inlinevirtual

Return the cell visit order (from ordered back to original cell id). Not implemented!

Implements renumberMethod.

Definition at line 129 of file zoltanRenumber.H.

References NotImplemented.


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