Public Member Functions | List of all members
multiLevelDecomp Class Reference

Decompose given using consecutive application of decomposers. More...

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

Public Member Functions

 TypeName ("multiLevel")
 
 multiLevelDecomp (const dictionary &decompDict, const word &regionName="")
 
virtual ~multiLevelDecomp ()=default
 
virtual bool parallelAware () const
 
virtual labelList decompose (const polyMesh &mesh, const pointField &points, const scalarField &pointWeights) const
 
virtual labelList decompose (const labelListList &globalCellCells, const pointField &cc, const scalarField &cWeights) const
 
virtual labelList decompose (const pointField &points, const scalarField &pointWeights) const
 
virtual labelList decompose (const pointField &points) const
 
virtual labelList decompose (const polyMesh &mesh, const pointField &points, const scalarField &pointWeights) const=0
 
virtual labelList decompose (const polyMesh &mesh, const pointField &points) const
 
virtual labelList decompose (const polyMesh &mesh, const labelList &cellToRegion, const pointField &regionPoints, const scalarField &regionWeights) const
 
virtual labelList decompose (const polyMesh &mesh, const labelList &cellToRegion, const pointField &regionPoints) const
 
virtual labelList decompose (const labelListList &globalCellCells, const pointField &cc, const scalarField &cWeights) const=0
 
virtual labelList decompose (const labelListList &globalCellCells, const pointField &cc) const
 
virtual labelList decompose (const polyMesh &mesh, const scalarField &cellWeights, const boolList &blockedFace, const PtrList< labelList > &specifiedProcessorFaces, const labelList &specifiedProcessor, const List< labelPair > &explicitConnections) const
 
labelList decompose (const polyMesh &mesh, const scalarField &cWeights) const
 
- Public Member Functions inherited from decompositionMethod
 TypeName ("decompositionMethod")
 
 declareRunTimeSelectionTable (autoPtr, decompositionMethod, dictionary,(const dictionary &decompDict, const word &regionName),(decompDict, regionName))
 
 decompositionMethod (const dictionary &decompDict, const word &regionName="")
 
virtual ~decompositionMethod ()=default
 
label nDomains () const noexcept
 
virtual labelList decompose (const pointField &points, const scalarField &pointWeights) const
 
virtual labelList decompose (const pointField &points) const
 
virtual labelList decompose (const polyMesh &mesh, const pointField &points) const
 
virtual labelList decompose (const polyMesh &mesh, const labelList &cellToRegion, const pointField &regionPoints, const scalarField &regionWeights) const
 
virtual labelList decompose (const polyMesh &mesh, const labelList &cellToRegion, const pointField &regionPoints) const
 
virtual labelList decompose (const labelListList &globalCellCells, const pointField &cc) const
 
void setConstraints (const polyMesh &mesh, boolList &blockedFace, PtrList< labelList > &specifiedProcessorFaces, labelList &specifiedProcessor, List< labelPair > &explicitConnections) const
 
void applyConstraints (const polyMesh &mesh, const boolList &blockedFace, const PtrList< labelList > &specifiedProcessorFaces, const labelList &specifiedProcessor, const List< labelPair > &explicitConnections, labelList &finalDecomp) const
 
virtual labelList decompose (const polyMesh &mesh, const scalarField &cellWeights, const boolList &blockedFace, const PtrList< labelList > &specifiedProcessorFaces, const labelList &specifiedProcessor, const List< labelPair > &explicitConnections) const
 
labelList decompose (const polyMesh &mesh, const scalarField &cWeights) const
 

Additional Inherited Members

- Static Public Member Functions inherited from decompositionMethod
static label nDomains (const dictionary &decompDict, const word &regionName="")
 
static const dictionaryoptionalRegionDict (const dictionary &decompDict, const word &regionName)
 
static autoPtr< decompositionMethodNew (const dictionary &decompDict, const word &regionName="")
 
static void calcCellCells (const polyMesh &mesh, const labelList &agglom, const label nLocalCoarse, const bool global, CompactListList< label > &cellCells)
 
static void calcCellCells (const polyMesh &mesh, const labelList &agglom, const label nLocalCoarse, const bool parallel, CompactListList< label > &cellCells, CompactListList< scalar > &cellCellWeights)
 
- Protected Types inherited from decompositionMethod
enum  selectionType { DEFAULT = 0, EXACT = 1, MANDATORY = 2, NULL_DICT = 4 }
 
- Protected Member Functions inherited from decompositionMethod
const dictionaryfindCoeffsDict (const word &coeffsName, int select=selectionType::DEFAULT) const
 
- Static Protected Member Functions inherited from decompositionMethod
static const dictionaryfindCoeffsDict (const dictionary &dict, const word &coeffsName, int select=selectionType::DEFAULT)
 
- Protected Attributes inherited from decompositionMethod
const dictionarydecompDict_
 
const dictionarydecompRegionDict_
 
label nDomains_
 
PtrList< decompositionConstraintconstraints_
 

Detailed Description

Decompose given using consecutive application of decomposers.

Source files

Definition at line 45 of file multiLevelDecomp.H.

Constructor & Destructor Documentation

◆ multiLevelDecomp()

multiLevelDecomp ( const dictionary decompDict,
const word regionName = "" 
)
explicit

Definition at line 557 of file multiLevelDecomp.C.

◆ ~multiLevelDecomp()

virtual ~multiLevelDecomp ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "multiLevel"  )

◆ parallelAware()

bool parallelAware ( ) const
virtual

Implements decompositionMethod.

Definition at line 581 of file multiLevelDecomp.C.

◆ decompose() [1/12]

Foam::labelList decompose ( const polyMesh mesh,
const pointField points,
const scalarField pointWeights 
) const
virtual

Implements decompositionMethod.

Definition at line 596 of file multiLevelDecomp.C.

References Foam::identity(), mesh, and Foam::Zero.

Here is the call graph for this function:

◆ decompose() [2/12]

Foam::labelList decompose ( const labelListList globalCellCells,
const pointField cc,
const scalarField cWeights 
) const
virtual

Implements decompositionMethod.

Definition at line 625 of file multiLevelDecomp.C.

References Foam::identity(), points, and Foam::Zero.

Here is the call graph for this function:

◆ decompose() [3/12]

Foam::labelList decompose

Definition at line 1318 of file decompositionMethod.C.

◆ decompose() [4/12]

Foam::labelList decompose

Definition at line 1329 of file decompositionMethod.C.

◆ decompose() [5/12]

virtual labelList decompose

◆ decompose() [6/12]

Foam::labelList decompose

Definition at line 377 of file decompositionMethod.C.

◆ decompose() [7/12]

Foam::labelList decompose

Definition at line 389 of file decompositionMethod.C.

◆ decompose() [8/12]

Foam::labelList decompose

Definition at line 430 of file decompositionMethod.C.

◆ decompose() [9/12]

virtual labelList decompose

◆ decompose() [10/12]

Foam::labelList decompose

Definition at line 449 of file decompositionMethod.C.

◆ decompose() [11/12]

Foam::labelList decompose

Definition at line 860 of file decompositionMethod.C.

◆ decompose() [12/12]

Foam::labelList decompose

Definition at line 1264 of file decompositionMethod.C.


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