ENH: add decomposePar -dry-run option

- can be used to test the behaviour of the decomposion and its
  characteristics without writing any decomposition to disk.
  Combine with -cellDist to visualize the expected decomposition
  result.
This commit is contained in:
Mark Olesen
2018-07-19 11:04:38 +02:00
parent 7cb5b638ad
commit ed4ffd8f89
7 changed files with 401 additions and 42 deletions

View File

@ -135,8 +135,10 @@ public:
// Constructors
//- Construct from fvMesh (for mesh and optional non-standard
//- decomposeParDict location)
//- Construct from components.
// \param mesh the fvMesh
// \param decompDictFile optional non-standard location for the
// decomposeParDict file
faMeshDecomposition
(
const fvMesh& mesh,