openfoam/applications/utilities/parallelProcessing/redistributePar
Mark Olesen 3d608bf06a ENH: remove reliance on the Xfer class (issue #639)
This class is largely a pre-C++11 holdover. It is now possible to
simply use move construct/assignment directly.

In a few rare cases (eg, polyMesh::resetPrimitives) it has been
replaced by an autoPtr.
2018-03-05 13:28:53 +01:00
..
Make BUG: missing parallel-aware for metis-like decomposition 2017-10-13 12:45:28 +02:00
distributedUnallocatedDirectFieldMapper.H ENH: copyright: make consistent with OpenFOAM-history 2015-12-19 14:22:30 +00:00
distributedUnallocatedDirectFvPatchFieldMapper.H ENH: copyright: make consistent with OpenFOAM-history 2015-12-19 14:22:30 +00:00
loadOrCreateMesh.C ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
loadOrCreateMesh.H STYLE: redistributeParMesh: split off mesh loading 2012-03-30 09:21:57 +01:00
parFvFieldReconstructor.C ENH: copyright: make consistent with OpenFOAM-history 2015-12-19 14:22:30 +00:00
parFvFieldReconstructor.H ENH: support writeLagrangianPositions in redistributePar (issue #702) 2018-02-20 15:22:47 +01:00
parFvFieldReconstructorReconstructFields.C ENH: support writeLagrangianPositions in redistributePar (issue #702) 2018-02-20 15:22:47 +01:00
parLagrangianRedistributor.C ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
parLagrangianRedistributor.H ENH: support writeLagrangianPositions in redistributePar (issue #702) 2018-02-20 15:22:47 +01:00
parLagrangianRedistributorRedistributeFields.C ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
passivePositionParticle.H STYLE: consolidate positionsCompat1706 structure (issue #721) 2018-02-19 11:57:57 +01:00
passivePositionParticleCloud.C BUG: redistributePar: transfer particles correctly. Fixes #605. 2017-09-28 12:36:25 +01:00
passivePositionParticleCloud.H BUG: redistributePar: transfer particles correctly. Fixes #605. 2017-09-28 12:36:25 +01:00
redistributePar.C ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
unmappedPassivePositionParticleCloud.H BUG: redistributePar: transfer particles correctly. Fixes #605. 2017-09-28 12:36:25 +01:00