Domain decomposition using METIS-like data structures. More...
#include <metisLikeDecomp.H>


Public Member Functions | |
| virtual | ~metisLikeDecomp ()=default |
| Destructor. | |
| virtual labelList | decompose (const polyMesh &mesh, const pointField &points=pointField::null(), const scalarField &pointWeights=scalarField::null()) const |
| Return for every coordinate the wanted processor number. | |
| virtual labelList | decompose (const polyMesh &mesh, const labelList &agglom, const pointField &agglomPoints, const scalarField &agglomWeights=scalarField::null()) const |
| Return for every coordinate the wanted processor number. | |
| virtual labelList | decompose (const CompactListList< label > &globalCellCells, const pointField &cellCentres=pointField::null(), const scalarField &cellWeights=scalarField::null()) const |
| Return for every coordinate the wanted processor number. | |
| virtual labelList | decompose (const labelListList &globalCellCells, const pointField &cellCentres=pointField::null(), const scalarField &cellWeights=scalarField::null()) const |
| Return for every coordinate the wanted processor number. | |
| virtual labelList | decompose (const pointField &points, const scalarField &pointWeights=scalarField::null()) const |
| Inherit decompose from decompositionMethod. | |
| virtual labelList | decompose (const polyMesh &mesh, const scalarField &cellWeights, const boolList &blockedFace, const PtrList< labelList > &specifiedProcessorFaces, const labelList &specifiedProcessor, const List< labelPair > &explicitConnections) const |
| Inherit decompose from decompositionMethod. | |
| labelList | decompose (const polyMesh &mesh, const scalarField &cWeights) const |
| Inherit decompose from decompositionMethod. | |
| Public Member Functions inherited from decompositionMethod | |
| decompositionMethod (const decompositionMethod &)=delete | |
| No copy construct. | |
| void | operator= (const decompositionMethod &)=delete |
| No copy assignment. | |
| TypeName ("decompositionMethod") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, decompositionMethod, dictionary,(const dictionary &decompDict, const word ®ionName),(decompDict, regionName)) | |
| decompositionMethod (const dictionary &decompDict, const word ®ionName="") | |
| Construct given the decomposition dictionary, optionally region-specific. | |
| virtual | ~decompositionMethod ()=default |
| Destructor. | |
| label | nDomains () const noexcept |
| Number of domains. | |
| label | nDomains (const label n) |
| Set number of domains. Return old value. | |
| virtual bool | geometric () const |
| True if the method is purely geometric, often using cell centre points. | |
| virtual bool | parallelAware () const =0 |
| Is method parallel aware? | |
| void | setConstraints (const polyMesh &mesh, boolList &blockedFace, PtrList< labelList > &specifiedProcessorFaces, labelList &specifiedProcessor, List< labelPair > &explicitConnections) const |
| Helper: extract constraints: | |
| void | applyConstraints (const polyMesh &mesh, const boolList &blockedFace, const PtrList< labelList > &specifiedProcessorFaces, const labelList &specifiedProcessor, const List< labelPair > &explicitConnections, labelList &finalDecomp) const |
| Helper: apply constraints to a decomposition. | |
| labelList | decompose (const polyMesh &mesh, const scalarField &cWeights) const |
| Decompose a mesh. | |
Protected Member Functions | |
| virtual label | decomposeGeneral (const labelList &adjncy, const labelList &xadj, const List< scalar > &cellWeights, labelList &decomp) const |
| Serial and/or collect/distribute for parallel operation. | |
| virtual label | decomposeSerial (const labelList &adjncy, const labelList &xadj, const List< scalar > &cellWeights, labelList &decomp) const =0 |
| Decomposition with metis-like parameters. | |
| metisLikeDecomp (const metisLikeDecomp &)=delete | |
| No copy construct. | |
| void | operator= (const metisLikeDecomp &)=delete |
| No copy assignment. | |
| metisLikeDecomp (const label numDomains) | |
| Construct with number of domains (no coefficients or constraints). | |
| metisLikeDecomp (const word &derivedType, const dictionary &decompDict, int select=selectionType::NULL_DICT) | |
| Construct for derived type name and decomposition dictionary. | |
| metisLikeDecomp (const word &derivedType, const dictionary &decompDict, const word ®ionName, int select=selectionType::NULL_DICT) | |
| Construct for derived type name, decomposition dictionary and (optional) region name. | |
| Protected Member Functions inherited from decompositionMethod | |
| FOAM_NO_DANGLING_REFERENCE const dictionary & | findCoeffsDict (const word &coeffsName, int select=selectionType::DEFAULT) const |
| Locate coeffsName dictionary or the fallback "coeffs" dictionary. | |
| decompositionMethod (const label numDomains) | |
| Construct with specified number of domains, no coefficients or constraints. | |
Protected Attributes | |
| const dictionary & | coeffsDict_ |
| Coefficients for all derived methods. | |
| Protected Attributes inherited from decompositionMethod | |
| const dictionary & | decompDict_ |
| Top-level decomposition dictionary (eg, decomposeParDict). | |
| const dictionary & | decompRegionDict_ |
| Region-specific decomposition dictionary information. | |
| label | nDomains_ |
| Number of domains for the decomposition. | |
| PtrList< decompositionConstraint > | constraints_ |
| Optional constraints. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from decompositionMethod | |
| static label | nDomains (const dictionary &decompDict, const word ®ionName="") |
Return region-specific or top-level numberOfSubdomains entry. | |
| static const dictionary & | optionalRegionDict (const dictionary &decompDict, const word ®ionName) |
| Return an optional region-specific dictionary from "regions" sub-dictionary, or dictionary::null on failure. | |
| static autoPtr< decompositionMethod > | New (const dictionary &decompDict, const word ®ionName="") |
| Return a reference to the selected decomposition method, optionally region-specific. | |
| static void | calcCellCells (const polyMesh &mesh, const labelList &agglom, const label nLocalCoarse, const bool parallel, CompactListList< label > &cellCells) |
| Determine (local or global) cellCells from mesh agglomeration. | |
| static void | calcCellCells (const polyMesh &mesh, const labelList &agglom, const label nLocalCoarse, const bool parallel, CompactListList< label > &cellCells, CompactListList< scalar > &cellCellWeights) |
| Determine (local or global) cellCells and face weights from mesh agglomeration. | |
| Protected Types inherited from decompositionMethod | |
| enum | selectionType { DEFAULT = 0 , EXACT = 1 , MANDATORY = 2 , NULL_DICT = 4 } |
| Selection type when handling the coefficients dictionary. More... | |
| Static Protected Member Functions inherited from decompositionMethod | |
| static FOAM_NO_DANGLING_REFERENCE const dictionary & | findCoeffsDict (const dictionary &dict, const word &coeffsName, int select=selectionType::DEFAULT) |
| Locate coeffsName dictionary or the fallback "coeffs" dictionary within an enclosing dictionary. | |
Domain decomposition using METIS-like data structures.
When run in parallel will collect the entire graph on to the master, decompose and send back.
Definition at line 47 of file metisLikeDecomp.H.
|
protecteddelete |
No copy construct.
References metisLikeDecomp().
Referenced by kahipDecomp::kahipDecomp(), kahipDecomp::kahipDecomp(), metisDecomp::metisDecomp(), metisDecomp::metisDecomp(), metisLikeDecomp(), metisLikeDecomp(), operator=(), scotchDecomp::scotchDecomp(), and scotchDecomp::scotchDecomp().


|
explicitprotected |
Construct with number of domains (no coefficients or constraints).
Definition at line 181 of file metisLikeDecomp.C.
References coeffsDict_, and decompositionMethod::decompositionMethod().

|
inlineprotected |
Construct for derived type name and decomposition dictionary.
Definition at line 107 of file metisLikeDecomp.H.
References metisLikeDecomp(), and decompositionMethod::NULL_DICT.

|
protected |
Construct for derived type name, decomposition dictionary and (optional) region name.
The default search for the coefficients will return dictionary::null on failure. This avoids a name clash of a metis "method" with the top level.
Definition at line 188 of file metisLikeDecomp.C.
References coeffsDict_, decompositionMethod::decompositionMethod(), decompositionMethod::findCoeffsDict(), and regionName.

|
virtualdefault |
Destructor.
References decompositionMethod::decompose(), mesh, Field< scalar >::null(), Field< vector >::null(), and points.

|
protectedvirtual |
Serial and/or collect/distribute for parallel operation.
Definition at line 28 of file metisLikeDecomp.C.
References UList< T >::back(), List< T >::clear(), decomposeSerial(), UList< T >::empty(), Foam::endl(), globalIndex::gather(), Foam::Info, globalIndex::inplaceToGlobal(), globalIndex::localSize(), UPstream::master(), UPstream::masterNo(), Foam::max(), UPstream::msgType(), UPstream::nonBlocking, UPstream::nRequests(), UPstream::parRun(), globalIndex::range(), UIPstream::read(), List< T >::resize(), List< T >::resize_nocopy(), Foam::returnReduceAnd(), globalIndex::scatter(), UList< T >::size(), globalIndex::subProcs(), globalIndex::totalSize(), Foam::type(), UPstream::waitRequests(), UPstream::worldComm, and UOPstream::write().
Referenced by decompose(), decompose(), decompose(), and decompose().


|
protectedpure virtual |
Decomposition with metis-like parameters.
Implemented in kahipDecomp, metisDecomp, and scotchDecomp.
Referenced by decomposeGeneral().

|
protecteddelete |
|
virtual |
Return for every coordinate the wanted processor number.
Uses the mesh connectivity (if needed). Weights get normalised so the minimum value is 1 before truncation to an integer so the weights should be multiples of the minimum value. The overall sum of weights might otherwise overflow.
Implements decompositionMethod.
Reimplemented in scotchDecomp.
Definition at line 203 of file metisLikeDecomp.C.
References globalMeshData::calcCellCells(), decomposeGeneral(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, mesh, CompactListList< T >::offsets(), points, and CompactListList< T >::values().
Referenced by scotchDecomp::decompose(), scotchDecomp::decompose(), scotchDecomp::decompose(), and scotchDecomp::decompose().


|
virtual |
Return for every coordinate the wanted processor number.
Gets passed agglomeration map (from fine to coarse cells) and coarse cell location. Can be overridden by decomposers that provide this functionality natively. See note on weights above.
Reimplemented from decompositionMethod.
Reimplemented in scotchDecomp.
Definition at line 235 of file metisLikeDecomp.C.
References globalMeshData::calcCellCells(), decomposeGeneral(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, mesh, CompactListList< T >::offsets(), UList< T >::size(), and CompactListList< T >::values().

|
virtual |
Return for every coordinate the wanted processor number.
Explicitly provided mesh connectivity. The connectivity is equal to mesh.cellCells() except for
Implements decompositionMethod.
Reimplemented in scotchDecomp.
Definition at line 279 of file metisLikeDecomp.C.
References decomposeGeneral(), UList< T >::empty(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, CompactListList< T >::offsets(), CompactListList< T >::size(), UList< T >::size(), and CompactListList< T >::values().

|
virtual |
Return for every coordinate the wanted processor number.
Explicitly provided mesh connectivity. The connectivity is equal to mesh.cellCells() except for
Implements decompositionMethod.
Reimplemented in scotchDecomp.
Definition at line 312 of file metisLikeDecomp.C.
References decomposeGeneral(), UList< T >::empty(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, CompactListList< T >::pack(), and UList< T >::size().

|
virtual |
Inherit decompose from decompositionMethod.
Reimplemented from decompositionMethod.
Reimplemented in scotchDecomp.
Definition at line 298 of file decompositionMethod.C.
References Foam::cfindCoeffsDict(), and decompositionMethod::decompDict_.

|
virtual |
Inherit decompose from decompositionMethod.
| blockedFace | Whether owner and neighbour should be on same processor |
(takes priority over explicitConnections)
| specifiedProcessorFaces | Whether whole sets of faces (and point neighbours) need to be kept |
on single processor
| explicitConnections | Additional connections between boundary faces |
Reimplemented from decompositionMethod.
Reimplemented in scotchDecomp.
Definition at line 422 of file decompositionMethod.C.
| Foam::labelList decompose | ( | const polyMesh & | mesh, |
| const scalarField & | cWeights ) const |
Inherit decompose from decompositionMethod.
Definition at line 445 of file decompositionMethod.C.
|
protected |
Coefficients for all derived methods.
Definition at line 58 of file metisLikeDecomp.H.
Referenced by kahipDecomp::decomposeSerial(), scotchDecomp::decomposeSerial(), metisLikeDecomp(), and metisLikeDecomp().