Skip to content
  • Mark OLESEN's avatar
    ENH: add fallback behaviour for distanceSurface proximity regions (#1631) · 0c891547
    Mark OLESEN authored
    - using the proximityRegions filter when there is no enclosing surface
      to segregate domains causes a surface of zero-faces to be created.
    
      In most cases, this means that a simpler proximityFaces filter would
      have been more appropriate. To increase overall robustness, revert
      to the simpler proximityFaces filter logic when the proximityRegions
      would otherwise result in zero faces (globally seen).
    0c891547