OpenFOAM-5.x/applications/utilities/parallelProcessing/decomposePar
Henry Weller 6c103e247d decomposePar: Added 'copyZero' option
Using

decomposePar -copyZero

The mesh is decomposed as usual but the '0' directory is recursively copied to
the 'processor.*' directories rather than decomposing the fields.  This is a
convenient option to handle cases where the initial field files are generic and
can be used for serial or parallel running.  See for example the
incompressible/simpleFoam/motorBike tutorial case.
2017-03-08 11:48:06 +00:00
..
Make Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
decomposePar.C decomposePar: Added 'copyZero' option 2017-03-08 11:48:06 +00:00
decomposeParDict Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
dimFieldDecomposer.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
dimFieldDecomposer.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
dimFieldDecomposerDecomposeFields.C Change field loop index from "fieldI" to "fieldi" 2016-05-02 18:20:48 +01:00
domainDecomposition.C C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
domainDecomposition.H Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
domainDecompositionDistribute.C Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
domainDecompositionMesh.C Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
domainDecompositionTemplates.C Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
lagrangianFieldDecomposer.C decomposePar: Corrected construction of cloud for processors 2016-09-21 17:19:58 +01:00
lagrangianFieldDecomposer.H decomposePar: Corrected construction of cloud for processors 2016-09-21 17:19:58 +01:00
lagrangianFieldDecomposerDecomposeFields.C Change field loop index from "fieldI" to "fieldi" 2016-05-02 18:20:48 +01:00
pointFieldDecomposer.C C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
pointFieldDecomposer.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
pointFieldDecomposerDecomposeFields.C Change field loop index from "fieldI" to "fieldi" 2016-05-02 18:20:48 +01:00
readFields.C Updated template formatting to C++11 2016-07-12 20:03:29 +01:00
readFields.H Updated template formatting to C++11 2016-07-12 20:03:29 +01:00