Testing of domain decomposition for finite-volume meshes. More...
#include <domainDecompositionDryRun.H>
Public Member Functions | |
| domainDecompositionDryRun (const IOobject &io, const fileName &decompDictFile="", const label nDomains=0, const word &methodName="") | |
| Construct from components. | |
| ~domainDecompositionDryRun ()=default | |
| Destructor. | |
| const fvMesh & | mesh () const noexcept |
| The mesh. | |
| void | execute (const bool writeCellDist, const bool verbose=false) |
| Perform dry-run. | |
Testing of domain decomposition for finite-volume meshes.
Definition at line 44 of file domainDecompositionDryRun.H.
|
default |
Destructor.
|
inlinenoexcept |
| void execute | ( | const bool | writeCellDist, |
| const bool | verbose = false ) |
Perform dry-run.