Skip to content
  • Mark OLESEN's avatar
    ENH: PatchTools::gatherAndMerge with recovery of the globalIndex · 799d2471
    Mark OLESEN authored and Andrew Heather's avatar Andrew Heather committed
    - 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
    799d2471