Testing of domain decomposition for finite-volume meshes. More...
Public Member Functions | |
| domainDecompositionDryRun (const IOobject &io, const fileName &decompDictFile="", const label nDomains=0, const word &methodName="") | |
| Construct from components. More... | |
| ~domainDecompositionDryRun ()=default | |
| Destructor. More... | |
| const fvMesh & | mesh () const noexcept |
| The mesh. More... | |
| void | execute (const bool writeCellDist, const bool verbose=false) |
| Perform dry-run. More... | |
Testing of domain decomposition for finite-volume meshes.
Definition at line 44 of file domainDecompositionDryRun.H.
| domainDecompositionDryRun | ( | const IOobject & | io, |
| const fileName & | decompDictFile = "", |
||
| const label | nDomains = 0, |
||
| const word & | methodName = "" |
||
| ) |
Construct from components.
| io | the IOobject for mesh |
| decompDictFile | optional non-standard location for the decomposeParDict file |
| nDomains | optional override value for numberOfSubdomains |
| methodName | optional override value for decomposition method |
|
default |
Destructor.
|
inlinenoexcept |
The mesh.
Definition at line 123 of file domainDecompositionDryRun.H.
| void execute | ( | const bool | writeCellDist, |
| const bool | verbose = false |
||
| ) |
Perform dry-run.