OpenFOAM-5.x/applications/utilities/parallelProcessing
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
..
decomposePar decomposePar: Added 'copyZero' option 2017-03-08 11:48:06 +00:00
reconstructPar reconstructPar: Handle the copy of the 'uniform' directory when only 1 region is reconstructed 2016-08-09 16:42:48 +01:00
reconstructParMesh C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
redistributePar Make/options: Added -lscotchDecomp where appropriate 2016-12-27 15:26:53 +00:00