#include <applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H>
Definition at line 55 of file domainDecomposition.H.
Inheritance diagram for domainDecomposition:
Collaboration diagram for domainDecomposition:Public Member Functions | |
| domainDecomposition (const IOobject &io) | |
| Construct from IOobject.
| |
| ~domainDecomposition () | |
| label | nProcs () const |
| Number of processor in decomposition.
| |
| bool | distributed () const |
| Is the decomposition data to be distributed for each processor.
| |
| void | decomposeMesh (const bool filterEmptyPatches) |
| Decompose mesh. Optionally remove zero-sized patches.
| |
| bool | writeDecomposition () |
| Write decomposition.
| |
| const labelList & | cellToProc () const |
| Cell-processor decomposition labels.
| |
| domainDecomposition | ( | const IOobject & | io ) |
Construct from IOobject.
| ~domainDecomposition | ( | ) |
| label nProcs | ( | ) | const [inline]
|
Number of processor in decomposition.
Definition at line 144 of file domainDecomposition.H.
| bool distributed | ( | ) | const [inline]
|
Is the decomposition data to be distributed for each processor.
Definition at line 150 of file domainDecomposition.H.
| void decomposeMesh | ( | const bool | filterEmptyPatches ) |
Decompose mesh. Optionally remove zero-sized patches.
| bool writeDecomposition | ( | ) |
Write decomposition.
| const labelList& cellToProc | ( | ) | const [inline]
|
Cell-processor decomposition labels.
Definition at line 162 of file domainDecomposition.H.