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

Add CFL-Inspired Culling of CCD #50

Merged
merged 6 commits into from
Jul 23, 2023
Merged

Add CFL-Inspired Culling of CCD #50

merged 6 commits into from
Jul 23, 2023

Commits on Jul 23, 2023

  1. Add compute_cfl_stepsize

    Zachary Ferguson committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    89a1621 View commit details
    Browse the repository at this point in the history
  2. If alpha_F < 0.5 * alpha_C, do full CCD

    Zachary Ferguson committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    0aaac54 View commit details
    Browse the repository at this point in the history
  3. Add CFL to Python bindings

    Zachary Ferguson committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    13f2fcf View commit details
    Browse the repository at this point in the history
  4. Test CFL

    Zachary Ferguson committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    bad6a19 View commit details
    Browse the repository at this point in the history
  5. Smaller test for debug mode

    Zachary Ferguson committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    3150aac View commit details
    Browse the repository at this point in the history
  6. Remove \f

    Zachary Ferguson committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    6e9d0bc View commit details
    Browse the repository at this point in the history