openfoam/applications/utilities/parallelProcessing/redistributePar
Mark Olesen 078e34746e ENH: code adjustments for updated NullObject
- can now safely use labelList::null() instead of emptyLabelList for
  return values. No special treatment required for lists.

  Possible replacements:

      if (notNull(list) && list.size())  ->  if (list.size())
      if (isNull(list) || list.empty())  ->  if (list.empty())

  The receiver may still wish to handle differently to distinguish
  between a null list and an empty list, but no additional special
  protection is required when obtaining sizes, traversing, outputting
  etc.
2019-02-07 13:04:24 +01:00
..
Make ENH: redistributePar: allow nDomains 1 in decomposeParDict. Fixes #924. 2018-08-09 15:17:21 +01:00
distributedUnallocatedDirectFieldMapper.H ENH: code adjustments for updated NullObject 2019-02-07 13:04:24 +01:00
distributedUnallocatedDirectFvPatchFieldMapper.H ENH: code adjustments for updated NullObject 2019-02-07 13:04:24 +01:00
loadOrCreateMesh.C BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
loadOrCreateMesh.H BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
parFvFieldReconstructor.C BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
parFvFieldReconstructor.H BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
parFvFieldReconstructorFields.C BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
parLagrangianRedistributor.C BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
parLagrangianRedistributor.H BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
parLagrangianRedistributorFields.C BOT: Cleaned up header files 2019-02-06 12:28:23 +00: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 STYLE: consistent use of '= delete' for removed constructors/assignments 2018-05-30 12:03:17 +02:00
redistributePar.C BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
unmappedPassivePositionParticleCloud.H BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00