|
void | operator= (const simpleGeomDecomp &)=delete |
|
| simpleGeomDecomp (const simpleGeomDecomp &)=delete |
|
| TypeName ("simple") |
|
| simpleGeomDecomp (const dictionary &decompDict, const word ®ionName="") |
|
virtual | ~simpleGeomDecomp ()=default |
|
virtual bool | parallelAware () const |
|
virtual labelList | decompose (const pointField &points) const |
|
virtual labelList | decompose (const pointField &points, const scalarField &weights) const |
|
virtual labelList | decompose (const polyMesh &mesh, const pointField &points) const |
|
virtual labelList | decompose (const polyMesh &mesh, const pointField &points, const scalarField &weights) const |
|
virtual labelList | decompose (const labelListList &globalCellCells, const pointField &cc, const scalarField &cWeights) const |
|
| geomDecomp (const word &derivedType, const dictionary &decompDict, int select=selectionType::DEFAULT) |
|
| geomDecomp (const word &derivedType, const dictionary &decompDict, const word ®ionName, int select=selectionType::DEFAULT) |
|
| 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 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 |
|
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 |
|
|
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
} |
|
tmp< pointField > | adjustPoints (const pointField &) const |
|
void | checkDecompositionDirections (const Vector< label > &) const |
|
const dictionary & | findCoeffsDict (const word &coeffsName, int select=selectionType::DEFAULT) const |
|
static const dictionary & | findCoeffsDict (const dictionary &dict, const word &coeffsName, int select=selectionType::DEFAULT) |
|
Vector< label > | n_ |
|
Vector< direction > | order_ |
|
const dictionary & | coeffsDict_ |
|
const dictionary & | decompDict_ |
|
const dictionary & | decompRegionDict_ |
|
label | nDomains_ |
|
PtrList< decompositionConstraint > | constraints_ |
|
Simple geometric decomposition, selectable as simple
.
Method coefficients:
Property | Description | Required | Default |
n | (nx ny nz) | yes | |
order | order of operation (unused) | no | xyz |
delta | delta (jitter) for rotation matrix | no | 0.001 |
transform | cartesian coordinate transformation | no | |
- Source files
-
Definition at line 79 of file simpleGeomDecomp.H.