GAMGProcAgglomeration Class Referenceabstract

Processor agglomeration of GAMGAgglomerations. More...

Inheritance diagram for GAMGProcAgglomeration:
Collaboration diagram for GAMGProcAgglomeration:

Public Member Functions

 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 (const GAMGProcAgglomeration &)=delete
 No copy construct. More...
 
void operator= (const GAMGProcAgglomeration &)=delete
 No copy assignment. More...
 
 GAMGProcAgglomeration (GAMGAgglomeration &agglom, const dictionary &controlDict)
 Construct given agglomerator and controls. More...
 
virtual ~GAMGProcAgglomeration ()
 Destructor. Clears allocated communicators. More...
 
virtual bool agglomerate ()=0
 Modify agglomeration. More...
 

Static Public Member Functions

static autoPtr< GAMGProcAgglomerationNew (const word &type, GAMGAgglomeration &agglom, const dictionary &controlDict)
 Return the selected agglomerator. More...
 

Protected Member Functions

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...
 
void clearCommunicators ()
 Clear/free allocated communicators. More...
 

Static Protected Member Functions

static labelListList globalCellCells (const lduMesh &)
 Debug: calculate global cell-cells. More...
 

Protected Attributes

GAMGAgglomerationagglom_
 Reference to agglomeration. More...
 
DynamicList< label > comms_
 Allocated communicators. More...
 

Detailed Description

Processor agglomeration of GAMGAgglomerations.

Source files

Definition at line 54 of file GAMGProcAgglomeration.H.

Constructor & Destructor Documentation

◆ GAMGProcAgglomeration() [1/2]

No copy construct.

◆ GAMGProcAgglomeration() [2/2]

GAMGProcAgglomeration ( GAMGAgglomeration agglom,
const dictionary controlDict 
)

Construct given agglomerator and controls.

Definition at line 340 of file GAMGProcAgglomeration.C.

◆ ~GAMGProcAgglomeration()

~GAMGProcAgglomeration ( )
virtual

Destructor. Clears allocated communicators.

Definition at line 376 of file GAMGProcAgglomeration.C.

References GAMGProcAgglomeration::clearCommunicators().

Here is the call graph for this function:

Member Function Documentation

◆ printStats()

◆ agglomerate() [1/2]

bool agglomerate ( const label  fineLevelIndex,
const labelList procAgglomMap,
const labelList masterProcs,
const List< label > &  agglomProcIDs,
const label  procAgglomComm 
)
protected

Agglomerate a level. Return true if anything has changed.

Definition at line 262 of file GAMGProcAgglomeration.C.

References lduMesh::comm().

Here is the call graph for this function:

◆ globalCellCells()

Foam::labelListList globalCellCells ( const lduMesh mesh)
staticprotected

◆ clearCommunicators()

void clearCommunicators ( )
protected

Clear/free allocated communicators.

Definition at line 384 of file GAMGProcAgglomeration.C.

References forAllReverse, and UPstream::freeCommunicator().

Referenced by GAMGProcAgglomeration::~GAMGProcAgglomeration().

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

◆ TypeName()

TypeName ( "GAMGProcAgglomeration"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
GAMGProcAgglomeration  ,
GAMGAgglomeration  ,
(GAMGAgglomeration &agglom, const dictionary &controlDict ,
(agglom, controlDict  
)

Runtime selection table for pure geometric agglomerators.

◆ operator=()

void operator= ( const GAMGProcAgglomeration )
delete

No copy assignment.

◆ New()

Foam::autoPtr< Foam::GAMGProcAgglomeration > New ( const word type,
GAMGAgglomeration agglom,
const dictionary controlDict 
)
static

Return the selected agglomerator.

Definition at line 350 of file GAMGProcAgglomeration.C.

References controlDict(), DebugInFunction, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::nl.

Here is the call graph for this function:

◆ agglomerate() [2/2]

Member Data Documentation

◆ agglom_

GAMGAgglomeration& agglom_
protected

Reference to agglomeration.

Definition at line 63 of file GAMGProcAgglomeration.H.

◆ comms_

DynamicList<label> comms_
protected

Allocated communicators.

Definition at line 68 of file GAMGProcAgglomeration.H.


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