Skip to content
Snippets Groups Projects

More consistent use of combineReduce, simpler and/or reductions

Merged Mark OLESEN requested to merge feature-mpi-updates into develop
All threads resolved!
Files
7
  • - support globalIndex for points/faces as an output parameter,
      which allows reuse in subsequent field merge operations.
    
    - make pointMergeMap an optional parameter. This information is not
      always required. Eg, if only using gatherAndMerge to combine faces
      but without any point fields.
    
    ENH: make globalIndex() noexcept, add globalIndex::clear() method