Skip to content
Snippets Groups Projects
  1. Sep 19, 2018
  2. Sep 18, 2018
  3. Sep 19, 2018
    • Mark OLESEN's avatar
      ENH: improve distanceSurface handling (issue #1012) · 4aa94bd1
      Mark OLESEN authored
      - 'signed' input parameter only mandatory for distance > 0.
        A distance <= 0 is always signed and the input parameter is ignored.
      
      - Use normal distance when distance == 0. This has no effect when
        the surface has no open edges, but improves on rounding issues
        around the zero crossing when the surface has open edges.
      
        This may still need future revisiting.
      4aa94bd1
  4. Sep 14, 2018
    • Mark OLESEN's avatar
      ENH: refactor cutting-plane cell selection · 9973c378
      Mark OLESEN authored
      - avoid duplicate code by relocating cellZone selection and bounding box
        sub-selection into cuttingPlane and cuttingSurfaceBaseSelection.
        Allows reuse by inherited classes (sampledPlane, surfMeshSamplePlane).
      9973c378
    • Mark OLESEN's avatar
      ENH: make cuttingPlane cell walker an algorithm · a8ef9e97
      Mark OLESEN authored
      - takes two general actions:
        1. orient edge in canonical direction (positive gradient) and detect
           any edge intersection.
        2. edge intersection alpha (0-1)
      
      - refactor into a cuttingSurfaceBase intermediate class with the
        actions as templated parameters rather than function pointers. This
        allows the use of lambda functions with captures from the caller.
      a8ef9e97
    • Mark OLESEN's avatar
      STYLE: split up cuttingPlane source files · 7cf232ce
      Mark OLESEN authored
      7cf232ce
  5. Sep 18, 2018
  6. Sep 19, 2018
  7. Sep 17, 2018
  8. Sep 12, 2018
  9. Sep 13, 2018
  10. Sep 11, 2018
  11. Sep 10, 2018
  12. Sep 06, 2018
  13. Sep 05, 2018
  14. Aug 30, 2018
  15. Aug 29, 2018
  16. Aug 28, 2018
  17. Aug 27, 2018
  18. Aug 09, 2018