Go to the documentation of this file.
35 #ifndef multiLevelDecomp_H
36 #define multiLevelDecomp_H
multiLevelDecomp(const multiLevelDecomp &)
Decomposition given using consecutive application of decomposers.
Mesh consisting of general polyhedral cells.
virtual bool parallelAware() const
Is method parallel aware (i.e. does it synchronize domains across.
void decompose(const labelListList &pointPoints, const pointField &points, const scalarField &pointWeights, const labelList &pointMap, const label levelI, labelField &finalDecomp)
Decompose level methodI without addressing.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
virtual ~multiLevelDecomp()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
void subsetGlobalCellCells(const label nDomains, const label domainI, const labelList &dist, const labelListList &cellCells, const labelList &set, labelListList &subCellCells, labelList &cutConnections) const
Given connectivity across processors work out connectivity.
Abstract base class for decomposition.
virtual labelList decompose(const pointField &points, const scalarField &pointWeights)
Return for every coordinate the wanted processor number.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void operator=(const multiLevelDecomp &)
Disallow default bitwise copy construct and assignment.
PtrList< decompositionMethod > methods_
TypeName("multiLevel")
Runtime type information.