Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
GAMGProcAgglomeration Class Referenceabstract

Processor agglomeration of GAMGAgglomerations. More...

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

Public Member Functions

 TypeName ("GAMGProcAgglomeration")
 
 declareRunTimeSelectionTable (autoPtr, GAMGProcAgglomeration, GAMGAgglomeration,(GAMGAgglomeration &agglom, const dictionary &controlDict),(agglom, controlDict))
 
 GAMGProcAgglomeration (GAMGAgglomeration &agglom, const dictionary &controlDict)
 
virtual ~GAMGProcAgglomeration ()
 
virtual bool agglomerate ()=0
 

Static Public Member Functions

static autoPtr< GAMGProcAgglomerationNew (const word &type, GAMGAgglomeration &agglom, const dictionary &controlDict)
 

Protected Member Functions

void printStats (Ostream &os, GAMGAgglomeration &agglom) const
 
bool agglomerate (const label fineLevelIndex, const labelList &procAgglomMap, const labelList &masterProcs, const List< label > &agglomProcIDs, const label procAgglomComm)
 

Static Protected Member Functions

static labelListList globalCellCells (const lduMesh &)
 

Protected Attributes

GAMGAgglomerationagglom_
 

Detailed Description

Processor agglomeration of GAMGAgglomerations.

Source files

Definition at line 50 of file GAMGProcAgglomeration.H.

Constructor & Destructor Documentation

◆ GAMGProcAgglomeration()

GAMGProcAgglomeration ( GAMGAgglomeration agglom,
const dictionary controlDict 
)

Definition at line 343 of file GAMGProcAgglomeration.C.

◆ ~GAMGProcAgglomeration()

~GAMGProcAgglomeration ( )
virtual

Definition at line 379 of file GAMGProcAgglomeration.C.

Member Function Documentation

◆ printStats()

void printStats ( Ostream os,
GAMGAgglomeration agglom 
) const
protected

◆ agglomerate() [1/2]

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

Definition at line 265 of file GAMGProcAgglomeration.C.

References lduMesh::comm().

Here is the call graph for this function:

◆ globalCellCells()

Foam::labelListList globalCellCells ( const lduMesh mesh)
staticprotected

◆ TypeName()

TypeName ( "GAMGProcAgglomeration"  )

◆ declareRunTimeSelectionTable()

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

◆ New()

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

Definition at line 353 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]

virtual bool agglomerate ( )
pure virtual

Member Data Documentation

◆ agglom_

GAMGAgglomeration& agglom_
protected

Definition at line 58 of file GAMGProcAgglomeration.H.


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