|
virtual | ~metisLikeDecomp ()=default |
|
virtual labelList | decompose (const polyMesh &mesh, const pointField &points, const scalarField &pointWeights) const |
|
virtual labelList | decompose (const polyMesh &mesh, const labelList &agglom, const pointField ®ionPoints, const scalarField ®ionWeights) const |
|
virtual labelList | decompose (const labelListList &globalCellCells, const pointField &cellCentres, const scalarField &cellWeights) 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 ®ionPoints, const scalarField ®ionWeights) const |
|
virtual labelList | decompose (const polyMesh &mesh, const labelList &cellToRegion, const pointField ®ionPoints) 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 |
|
| TypeName ("decompositionMethod") |
|
| declareRunTimeSelectionTable (autoPtr, decompositionMethod, dictionary,(const dictionary &decompDict, const word ®ionName),(decompDict, regionName)) |
|
| decompositionMethod (const dictionary &decompDict, const word ®ionName="") |
|
virtual | ~decompositionMethod ()=default |
|
label | nDomains () const noexcept |
|
virtual bool | parallelAware () const =0 |
|
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 ®ionPoints) 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 |
|
|
virtual label | decomposeGeneral (const labelList &adjncy, const labelList &xadj, const List< scalar > &cellWeights, labelList &decomp) const |
|
virtual label | decomposeSerial (const labelList &adjncy, const labelList &xadj, const List< scalar > &cellWeights, labelList &decomp) const =0 |
|
| metisLikeDecomp (const metisLikeDecomp &)=delete |
|
void | operator= (const metisLikeDecomp &)=delete |
|
| metisLikeDecomp (const word &derivedType, const dictionary &decompDict, int select=selectionType::NULL_DICT) |
|
| metisLikeDecomp (const word &derivedType, const dictionary &decompDict, const word ®ionName, int select=selectionType::NULL_DICT) |
|
const dictionary & | findCoeffsDict (const word &coeffsName, int select=selectionType::DEFAULT) const |
|
|
static label | nDomains (const dictionary &decompDict, const word ®ionName="") |
|
static const dictionary & | optionalRegionDict (const dictionary &decompDict, const word ®ionName) |
|
static autoPtr< decompositionMethod > | New (const dictionary &decompDict, const word ®ionName="") |
|
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) |
|
enum | selectionType { DEFAULT = 0,
EXACT = 1,
MANDATORY = 2,
NULL_DICT = 4
} |
|
static const dictionary & | findCoeffsDict (const dictionary &dict, const word &coeffsName, int select=selectionType::DEFAULT) |
|
Domain decomposition using METIS-like data structures.
When run in parallel will collect the entire graph on to the master, decompose and send back.
- Source files
-
Definition at line 47 of file metisLikeDecomp.H.