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

[WIP] Spherical triangulation and interpolation #182

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    e40fff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef028e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27a7124 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0476e3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6da37f View commit details
    Browse the repository at this point in the history
  6. Plot correctly

    asinghvi17 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    1bcba2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    733faac View commit details
    Browse the repository at this point in the history
  8. Update docs/src/experiments/spherical_delaunay_stereographic.jl

    Co-authored-by: Daniel VandenHeuvel <[email protected]>
    asinghvi17 and DanielVandH authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    6979ce4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Remove degenerate faces

    asinghvi17 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5f1c6bb View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Use a bit more DelTri API

    asinghvi17 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    72c395c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    f1ffce7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a3e2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    893b647 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecd7996 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    7e83107 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect z indexing

    asinghvi17 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    937e66f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f6d4f2 View commit details
    Browse the repository at this point in the history
  4. More correctness

    asinghvi17 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0a7a4e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afe40f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37190f7 View commit details
    Browse the repository at this point in the history
  7. Reset edge_reoccurs

    asinghvi17 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7a3667e View commit details
    Browse the repository at this point in the history
  8. Fix ambiguity

    asinghvi17 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    bd608e7 View commit details
    Browse the repository at this point in the history
  9. Correct the winding order

    asinghvi17 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    e638b17 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    4de0db7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf3465c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    3f36634 View commit details
    Browse the repository at this point in the history
  2. Get the file working again

    asinghvi17 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6b33e28 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Fix some bugs

    - Caps not propagated
    - randsphere fixed
    asinghvi17 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    46341c1 View commit details
    Browse the repository at this point in the history
  2. Add a minimal test

    asinghvi17 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f8fd202 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. add spherical segmentizer

    asinghvi17 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a63c342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e23c419 View commit details
    Browse the repository at this point in the history