Walk out decomposition of patch cells mesh - selectable as structured
.
More...
Public Member Functions | |
TypeName ("structured") | |
structuredDecomp (const dictionary &decompDict, const word ®ionName="") | |
virtual | ~structuredDecomp ()=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 |
![]() | |
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 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 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 |
Additional Inherited Members | |
![]() | |
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 } |
![]() | |
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) |
![]() | |
const dictionary & | decompDict_ |
const dictionary & | decompRegionDict_ |
label | nDomains_ |
PtrList< decompositionConstraint > | constraints_ |
Walk out decomposition of patch cells mesh - selectable as structured
.
Definition at line 46 of file structuredDecomp.H.
|
explicit |
Definition at line 45 of file structuredDecomp.C.
References Foam::New().
|
virtualdefault |
TypeName | ( | "structured" | ) |
|
virtual |
Implements decompositionMethod.
Definition at line 61 of file structuredDecomp.C.
|
virtual |
Implements decompositionMethod.
Definition at line 68 of file structuredDecomp.C.
References polyMesh::boundaryMesh(), primitiveMesh::cellCentres(), fvMeshSubset::cellMap(), FaceCellWave< Type, TrackingData >::data(), Foam::endl(), polyPatch::faceCells(), forAll, polyMesh::globalData(), HashSet::insert(), mesh, primitiveMesh::nCells(), primitiveMesh::nFaces(), Foam::nl, globalMeshData::nTotalCells(), polyBoundaryMesh::patchSet(), polyPatch::start(), fvMeshSubset::subMesh(), and WarningInFunction.
|
inlinevirtual |
Implements decompositionMethod.
Definition at line 106 of file structuredDecomp.H.
References NotImplemented.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.