openfoam/applications/utilities/parallelProcessing
Mark Olesen 3c64283364 BUG: redistributePar -reconstruct lagrangian trashes fields (fixes #2494)
- the file removal cleanup, which makes reasonable sense for
  redistribute mode, always forced the removal of the reconstructed
  lagrangian fields (since all of the non-master fields are empty by
  definition)!

  Detect reconstruct mode (by using constructSize from the map) to
  circumvent this logic.
2022-06-24 14:49:14 +02:00
..
decomposePar ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
reconstructPar ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
reconstructParMesh ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
redistributePar BUG: redistributePar -reconstruct lagrangian trashes fields (fixes #2494) 2022-06-24 14:49:14 +02:00