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 (GAMGAgglomeration &agglom, const dictionary &controlDict)
 Construct given agglomerator and controls. More...
 
 GAMGProcAgglomeration (const GAMGProcAgglomeration &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~GAMGProcAgglomeration ()
 Destructor. More...
 
virtual bool agglomerate ()=0
 Modify agglomeration. Return true if modified. More...
 
void operator= (const GAMGProcAgglomeration &)=delete
 Disallow default bitwise assignment. 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...
 

Static Protected Member Functions

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

Protected Attributes

GAMGAgglomerationagglom_
 Reference to agglomeration. More...
 

Detailed Description

Processor agglomeration of GAMGAgglomerations.

Source files

Definition at line 52 of file GAMGProcAgglomeration.H.

Constructor & Destructor Documentation

◆ GAMGProcAgglomeration() [1/2]

GAMGProcAgglomeration ( GAMGAgglomeration agglom,
const dictionary controlDict 
)

Construct given agglomerator and controls.

Definition at line 343 of file GAMGProcAgglomeration.C.

References GAMGProcAgglomeration::New().

Referenced by GAMGProcAgglomeration::agglomerate().

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

◆ GAMGProcAgglomeration() [2/2]

Disallow default bitwise copy construction.

◆ ~GAMGProcAgglomeration()

~GAMGProcAgglomeration ( )
virtual

Destructor.

Definition at line 383 of file GAMGProcAgglomeration.C.

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 265 of file GAMGProcAgglomeration.C.

References lduMesh::comm(), GAMGProcAgglomeration::GAMGProcAgglomeration(), and UPstream::myProcNo().

Here is the call graph for this function:

◆ globalCellCells()

◆ 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.

◆ New()

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

Return the selected agglomerator.

Definition at line 353 of file GAMGProcAgglomeration.C.

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

Referenced by GAMGProcAgglomeration::GAMGProcAgglomeration().

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

◆ agglomerate() [2/2]

◆ operator=()

void operator= ( const GAMGProcAgglomeration )
delete

Disallow default bitwise assignment.

Member Data Documentation

◆ agglom_

GAMGAgglomeration& agglom_
protected

Reference to agglomeration.

Definition at line 60 of file GAMGProcAgglomeration.H.


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