Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix voronoi bug #87

Merged
merged 38 commits into from
Nov 9, 2023
Merged

Fix voronoi bug #87

merged 38 commits into from
Nov 9, 2023

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    d8007cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f8f67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a47cdf View commit details
    Browse the repository at this point in the history
  4. remove unused file

    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    58af5ff View commit details
    Browse the repository at this point in the history
  5. rename get_extent to Extent::from_points, add Extent of domain to tri…

    …angulation, setup trait for new scaled checks
    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    71e5cf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    609cfb4 View commit details
    Browse the repository at this point in the history
  7. require constructing positively oriented tetras everywhere, make basi…

    …cally all delaunay checks fail
    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    68d86de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2bc113f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea6a3e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7202b79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a1e833 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a853812 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    20497df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0f187a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    385125c View commit details
    Browse the repository at this point in the history
  16. debug printing cleanup

    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e49dcdf View commit details
    Browse the repository at this point in the history
  17. fix the two to three flip

    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fbc095e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ea57a4b View commit details
    Browse the repository at this point in the history
  19. fix 3-to-2 flip

    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8fc2ece View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dedd4c6 View commit details
    Browse the repository at this point in the history
  21. clean up

    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5e8fe8b View commit details
    Browse the repository at this point in the history
  22. do not use extent directly but remap all tetras into the extent which…

    … is cleaner in terms of code
    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fa70a34 View commit details
    Browse the repository at this point in the history
  23. start remapping points

    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c7264bc View commit details
    Browse the repository at this point in the history
  24. revive most tests

    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f96ccef View commit details
    Browse the repository at this point in the history
  25. refactor halo test

    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    30f6814 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f999ffc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9f0e249 View commit details
    Browse the repository at this point in the history
  28. add debug print

    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    34c6bbe View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    370da01 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d598595 View commit details
    Browse the repository at this point in the history
  31. add failing test which checks the sign of the determinant of a number…

    … of close-to-degenerate 5x5 matrices against the result using arbitrary precision
    Tehforsch committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f028adc View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    643318d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e287787 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9479ee9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7b87af5 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3da07ed View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    48f4b80 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    efa31b8 View commit details
    Browse the repository at this point in the history