Loading...
Searching...
No Matches
noneGAMGProcAgglomeration Class Reference

Processor agglomeration of GAMGAgglomerations. More...

#include <noneGAMGProcAgglomeration.H>

Inheritance diagram for noneGAMGProcAgglomeration:
Collaboration diagram for noneGAMGProcAgglomeration:

Public Member Functions

 TypeName ("noneGAMGProcAgglomeration")
 Runtime type information.
 noneGAMGProcAgglomeration (GAMGAgglomeration &agglom, const dictionary &controlDict)
 Construct given agglomerator and controls.
virtual ~noneGAMGProcAgglomeration ()
 Destructor.
virtual bool agglomerate ()
 Modify agglomeration. Return true if modified.
Public Member Functions inherited from GAMGProcAgglomeration
 TypeName ("GAMGProcAgglomeration")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, GAMGProcAgglomeration, GAMGAgglomeration,(GAMGAgglomeration &agglom, const dictionary &controlDict),(agglom, controlDict))
 Runtime selection table for pure geometric agglomerators.
 GAMGProcAgglomeration (const GAMGProcAgglomeration &)=delete
 No copy construct.
void operator= (const GAMGProcAgglomeration &)=delete
 No copy assignment.
 GAMGProcAgglomeration (GAMGAgglomeration &agglom, const dictionary &controlDict)
 Construct given agglomerator and controls.
virtual ~GAMGProcAgglomeration ()
 Destructor. Clears allocated communicators.

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.
Protected Member Functions inherited from GAMGProcAgglomeration
void printStats (Ostream &os, GAMGAgglomeration &agglom) const
 Debug: write agglomeration info.
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.
void clearCommunicators ()
 Clear/free allocated communicators.
Static Protected Member Functions inherited from GAMGProcAgglomeration
static labelListList globalCellCells (const lduMesh &)
 Debug: calculate global cell-cells.
Protected Attributes inherited from GAMGProcAgglomeration
GAMGAgglomerationagglom_
 Reference to agglomeration.
DynamicList< label > comms_
 Allocated communicators.

Detailed Description

Processor agglomeration of GAMGAgglomerations.

Source files

Definition at line 49 of file noneGAMGProcAgglomeration.H.

Constructor & Destructor Documentation

◆ noneGAMGProcAgglomeration()

noneGAMGProcAgglomeration ( GAMGAgglomeration & agglom,
const dictionary & controlDict )

Construct given agglomerator and controls.

Definition at line 46 of file noneGAMGProcAgglomeration.C.

References controlDict(), and GAMGProcAgglomeration::GAMGProcAgglomeration().

Here is the call graph for this function:

◆ ~noneGAMGProcAgglomeration()

~noneGAMGProcAgglomeration ( )
virtual

Destructor.

Definition at line 58 of file noneGAMGProcAgglomeration.C.

Member Function Documentation

◆ TypeName()

TypeName ( "noneGAMGProcAgglomeration" )

Runtime type information.

References controlDict().

Here is the call graph for this function:

◆ agglomerate()

virtual bool agglomerate ( )
inlinevirtual

Modify agglomeration. Return true if modified.

Implements GAMGProcAgglomeration.

Definition at line 100 of file noneGAMGProcAgglomeration.H.


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