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

Missing from the Original Fortran Codes #15

Open
2 tasks done
gabrielgellner opened this issue Nov 10, 2015 · 0 comments
Open
2 tasks done

Missing from the Original Fortran Codes #15

gabrielgellner opened this issue Nov 10, 2015 · 0 comments

Comments

@gabrielgellner
Copy link
Owner

The code from ODE.jl is clearly based on the Hairer and Wanner monograph, but
it is not clear at times how it has been changed. Things that need to be
investigated:

  • Some of the code has some magical constants like timeout_const = 5 which
    feel unmotivated in the current form.
  • It is not clear that the stiffness check has been ported over.

Features that are missing that are known include:

  • [] the Hermite interpolation is of the incorrect order
    • Dopri5 should have 4th order
    • [] Dop853 should have 7th order
    • Really there are special forms derived by Shampine for the forms of these
      Hermite coefficients that take advantage of the ode formulation. These
      should simply be ported over from the original codes.
  • [] Event detection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant