ENH: improve flexibility of haloToCell (#2130)
- add setter/getter methods for number of grow/shrink steps, which allows reuse of the same object. - remove the lower input hard-limit of 1 step, to allow definition of a no-op filter. - drop early exit from grow/shrink cycle (potential parallel issues).
Showing
- src/meshTools/sets/cellSources/haloToCell/haloToCell.C 27 additions, 7 deletionssrc/meshTools/sets/cellSources/haloToCell/haloToCell.C
- src/meshTools/sets/cellSources/haloToCell/haloToCell.H 9 additions, 2 deletionssrc/meshTools/sets/cellSources/haloToCell/haloToCell.H
- src/meshTools/sets/cellSources/nbrToCell/nbrToCell.C 6 additions, 1 deletionsrc/meshTools/sets/cellSources/nbrToCell/nbrToCell.C
- src/meshTools/sets/cellSources/nbrToCell/nbrToCell.H 1 addition, 1 deletionsrc/meshTools/sets/cellSources/nbrToCell/nbrToCell.H
Please register or sign in to comment