openfoam/applications/utilities/parallelProcessing/redistributePar
Mark Olesen 345a2a42f1 ENH: simplify method names for reading argList options and arguments
- use succincter method names that more closely resemble dictionary
  and HashTable method names. This improves method name consistency
  between classes and also requires less typing effort:

    args.found(optName)        vs.  args.optionFound(optName)
    args.readIfPresent(..)     vs.  args.optionReadIfPresent(..)
    ...
    args.opt<scalar>(optName)  vs.  args.optionRead<scalar>(optName)
    args.read<scalar>(index)   vs.  args.argRead<scalar>(index)

- the older method names forms have been retained for code compatibility,
  but are now deprecated
2018-01-08 15:35:18 +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: improved zone constructors 2017-11-10 02:09:37 +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: Consistency updates after Foundation merge and code tidying 2016-04-25 16:46:56 +01:00
parFvFieldReconstructorReconstructFields.C ENH: orientedFields - updated mapping and parallel utils 2017-05-04 15:32:51 +01:00
parLagrangianRedistributor.C STYLE: use list methods find/found instead of findIndex function 2017-10-24 19:07:34 +02:00
parLagrangianRedistributor.H BUG: redistributePar: transfer particles correctly. Fixes #605. 2017-09-28 12:36:25 +01:00
parLagrangianRedistributorRedistributeFields.C COMP: adjustments for 64-bit label-size 2017-12-11 10:22:06 +01:00
passivePositionParticle.H BUG: redistributePar: transfer particles correctly. Fixes #605. 2017-09-28 12:36:25 +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: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
unmappedPassivePositionParticleCloud.H BUG: redistributePar: transfer particles correctly. Fixes #605. 2017-09-28 12:36:25 +01:00