Public Member Functions | List of all members
eagerGAMGProcAgglomeration Class Reference

'Eager' processor agglomeration of GAMGAgglomerations: at every level agglomerates 'mergeLevels' number of processors onto the minimum processor number. More...

Inheritance diagram for eagerGAMGProcAgglomeration:
Inheritance graph
[legend]
Collaboration diagram for eagerGAMGProcAgglomeration:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("eager")
 Runtime type information. More...
 
 eagerGAMGProcAgglomeration (GAMGAgglomeration &agglom, const dictionary &controlDict)
 Construct given agglomerator and controls. More...
 
virtual ~eagerGAMGProcAgglomeration ()
 Destructor. More...
 
virtual bool agglomerate ()
 Modify agglomeration. Return true if modified. More...
 
- Public Member Functions inherited from GAMGProcAgglomeration
 TypeName ("GAMGProcAgglomeration")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, GAMGProcAgglomeration, GAMGAgglomeration,(GAMGAgglomeration &agglom, const dictionary &controlDict),(agglom, controlDict))
 Runtime selection table for pure geometric agglomerators. More...
 
 GAMGProcAgglomeration (GAMGAgglomeration &agglom, const dictionary &controlDict)
 Construct given agglomerator and controls. More...
 
virtual ~GAMGProcAgglomeration ()
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from GAMGProcAgglomeration
static autoPtr< GAMGProcAgglomerationNew (const word &type, GAMGAgglomeration &agglom, const dictionary &controlDict)
 Return the selected agglomerator. More...
 
- Protected Member Functions inherited from GAMGProcAgglomeration
void printStats (Ostream &os, GAMGAgglomeration &agglom) const
 Debug: write agglomeration info. More...
 
bool agglomerate (const label fineLevelIndex, const labelList &procAgglomMap, const labelList &masterProcs, const List< label > &agglomProcIDs, const label procAgglomComm)
 Agglomerate a level. Return true if anything has changed. More...
 
- Static Protected Member Functions inherited from GAMGProcAgglomeration
static labelListList globalCellCells (const lduMesh &)
 Debug: calculate global cell-cells. More...
 
- Protected Attributes inherited from GAMGProcAgglomeration
GAMGAgglomerationagglom_
 Reference to agglomeration. More...
 

Detailed Description

'Eager' processor agglomeration of GAMGAgglomerations: at every level agglomerates 'mergeLevels' number of processors onto the minimum processor number.

Source files

Definition at line 53 of file eagerGAMGProcAgglomeration.H.

Constructor & Destructor Documentation

◆ eagerGAMGProcAgglomeration()

eagerGAMGProcAgglomeration ( GAMGAgglomeration agglom,
const dictionary controlDict 
)

Construct given agglomerator and controls.

Definition at line 51 of file eagerGAMGProcAgglomeration.C.

References eagerGAMGProcAgglomeration::~eagerGAMGProcAgglomeration().

Here is the call graph for this function:

◆ ~eagerGAMGProcAgglomeration()

Destructor.

Definition at line 64 of file eagerGAMGProcAgglomeration.C.

References forAllReverse, and UPstream::freeCommunicator().

Referenced by eagerGAMGProcAgglomeration::eagerGAMGProcAgglomeration().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "eager"  )

Runtime type information.

◆ agglomerate()

bool agglomerate ( )
virtual

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