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 Rootfinding in Callbacks #350

Merged
merged 15 commits into from
Feb 15, 2020
Merged

Fix Rootfinding in Callbacks #350

merged 15 commits into from
Feb 15, 2020

Commits on Oct 13, 2019

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

Commits on Oct 14, 2019

  1. limiting loop in rootfind

    kanav99 committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    d7e766d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. set atol to 0

    kanav99 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    2fdc0e0 View commit details
    Browse the repository at this point in the history
  2. set rtol to 0

    kanav99 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    de3bb6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da47cfa View commit details
    Browse the repository at this point in the history
  4. remove prevfloat loop

    kanav99 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    8f1a03b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08f0d44 View commit details
    Browse the repository at this point in the history
  6. Revert "remove prevfloat loop"

    This reverts commit 8f1a03b.
    kanav99 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    6033b86 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    47ca048 View commit details
    Browse the repository at this point in the history
  2. try fixing rootfinding

    kanav99 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    990416a View commit details
    Browse the repository at this point in the history
  3. change tolerance to 0

    kanav99 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    ffde953 View commit details
    Browse the repository at this point in the history
  4. Cleanup find_zero_bracket

    kanav99 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    6535e9e View commit details
    Browse the repository at this point in the history
  5. fix typo and add example

    kanav99 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    7800631 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8feac3f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. hopefully fix the rootfinding

    kanav99 committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    8da011f View commit details
    Browse the repository at this point in the history