#include <decompositionMethods/simpleGeomDecomp.H>
Definition at line 46 of file simpleGeomDecomp.H.
Inheritance diagram for simpleGeomDecomp:
Collaboration diagram for simpleGeomDecomp:Public Member Functions | |
| TypeName ("simple") | |
| Runtime type information. | |
| simpleGeomDecomp (const dictionary &decompositionDict) | |
| Construct given the decomposition dictionary. | |
| simpleGeomDecomp (const dictionary &decompositionDict, const polyMesh &mesh) | |
| Construct given the decomposition dictionary and mesh. | |
| virtual | ~simpleGeomDecomp () |
| virtual bool | parallelAware () const |
| Is method parallel aware (i.e. does it synchronize domains across. | |
| virtual labelList | decompose (const pointField &points) |
| Like decompose but with uniform weights on the points. | |
| virtual labelList | decompose (const pointField &points, const scalarField &pointWeights) |
| Return for every coordinate the wanted processor number. Use the. | |
| virtual labelList | decompose (const labelListList &globalCellCells, const pointField &cc, const scalarField &cWeights) |
| Explicitly provided connectivity. | |
Public Member Functions inherited from geomDecomp | |
| geomDecomp (const dictionary &decompositionDict, const word &derivedType) | |
| Construct given the decomposition dictionary. | |
Public Member Functions inherited from decompositionMethod | |
| TypeName ("decompositionMethod") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, decompositionMethod, dictionary,(const dictionary &decompositionDict),(decompositionDict)) | |
| declareRunTimeSelectionTable (autoPtr, decompositionMethod, dictionaryMesh,(const dictionary &decompositionDict, const polyMesh &mesh),(decompositionDict, mesh)) | |
| decompositionMethod (const dictionary &decompositionDict) | |
| Construct given the decomposition dictionary. | |
| virtual | ~decompositionMethod () |
| virtual labelList | decompose (const labelList &cellToRegion, const pointField ®ionPoints, const scalarField ®ionWeights) |
| Return for every coordinate the wanted processor number. Gets. | |
| virtual labelList | decompose (const labelList &cellToRegion, const pointField ®ionPoints) |
| Like decompose but with uniform weights on the regions. | |
| virtual labelList | decompose (const labelListList &globalCellCells, const pointField &cc) |
| Like decompose but with uniform weights on the cells. | |
Additional Inherited Members | |
Protected Attributes inherited from geomDecomp | |
| const dictionary & | geomDecomDict_ |
| Vector< label > | n_ |
| scalar | delta_ |
| tensor | rotDelta_ |
Protected Attributes inherited from decompositionMethod | |
| const dictionary & | decompositionDict_ |
| label | nProcessors_ |
| simpleGeomDecomp | ( | const dictionary & | decompositionDict | ) |
Construct given the decomposition dictionary.
Definition at line 138 of file simpleGeomDecomp.C.
| simpleGeomDecomp | ( | const dictionary & | decompositionDict, |
| const polyMesh & | mesh | ||
| ) |
Construct given the decomposition dictionary and mesh.
Definition at line 145 of file simpleGeomDecomp.C.
|
inlinevirtual |
Definition at line 89 of file simpleGeomDecomp.H.
| TypeName | ( | "simple" | ) |
Runtime type information.
|
inlinevirtual |
Is method parallel aware (i.e. does it synchronize domains across.
proc boundaries)
Implements decompositionMethod.
Definition at line 95 of file simpleGeomDecomp.H.
|
virtual |
Like decompose but with uniform weights on the points.
Reimplemented from decompositionMethod.
Definition at line 156 of file simpleGeomDecomp.C.
References Field< Type >::component(), forAll, points, List< T >::size(), Foam::sort(), Vector< scalar >::X, Vector< scalar >::Y, and Vector< scalar >::Z.
Referenced by simpleGeomDecomp::decompose().
|
virtual |
Return for every coordinate the wanted processor number. Use the.
mesh connectivity (if needed)
Implements decompositionMethod.
Definition at line 226 of file simpleGeomDecomp.C.
References Field< Type >::component(), forAll, points, List< T >::size(), Foam::sort(), Foam::sum(), Vector< scalar >::X, Vector< scalar >::Y, and Vector< scalar >::Z.
|
inlinevirtual |
Explicitly provided connectivity.
Implements decompositionMethod.
Definition at line 115 of file simpleGeomDecomp.H.
References simpleGeomDecomp::decompose().