procFacesGAMGProcAgglomeration Class Reference

Processor agglomeration of GAMGAgglomerations. Needs nAgglomeratingCells which is when to start agglomerating processors. Processors get agglomerated by constructing a single cell mesh for each processor with each processor interface a face. This then gets agglomerated using the pairGAMGAgglomeration algorithm with the number of faces on the original processor interface as face weight. More...

Inheritance diagram for procFacesGAMGProcAgglomeration:
Collaboration diagram for procFacesGAMGProcAgglomeration:

Public Member Functions

 TypeName ("procFaces")
 Runtime type information. More...
 
 procFacesGAMGProcAgglomeration (const procFacesGAMGProcAgglomeration &)=delete
 No copy construct. More...
 
void operator= (const procFacesGAMGProcAgglomeration &)=delete
 No copy assignment. More...
 
 procFacesGAMGProcAgglomeration (GAMGAgglomeration &agglom, const dictionary &controlDict)
 Construct given agglomerator and controls. More...
 
virtual ~procFacesGAMGProcAgglomeration ()
 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 (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...
 

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

Detailed Description

Processor agglomeration of GAMGAgglomerations. Needs nAgglomeratingCells which is when to start agglomerating processors. Processors get agglomerated by constructing a single cell mesh for each processor with each processor interface a face. This then gets agglomerated using the pairGAMGAgglomeration algorithm with the number of faces on the original processor interface as face weight.

Source files

Definition at line 53 of file procFacesGAMGProcAgglomeration.H.

Constructor & Destructor Documentation

◆ procFacesGAMGProcAgglomeration() [1/2]

No copy construct.

◆ procFacesGAMGProcAgglomeration() [2/2]

procFacesGAMGProcAgglomeration ( GAMGAgglomeration agglom,
const dictionary controlDict 
)

Construct given agglomerator and controls.

Definition at line 213 of file procFacesGAMGProcAgglomeration.C.

◆ ~procFacesGAMGProcAgglomeration()

Destructor.

Definition at line 225 of file procFacesGAMGProcAgglomeration.C.

Member Function Documentation

◆ TypeName()

TypeName ( "procFaces"  )

Runtime type information.

◆ operator=()

void operator= ( const procFacesGAMGProcAgglomeration )
delete

No copy assignment.

◆ agglomerate()

bool agglomerate ( )
virtual

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