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

New algorithm for RK23 #46

Closed
jonrkarr opened this issue Oct 26, 2020 · 2 comments
Closed

New algorithm for RK23 #46

jonrkarr opened this issue Oct 26, 2020 · 2 comments

Comments

@jonrkarr
Copy link
Collaborator

name: Explicit Runge-Kutta method of order 3(2)

altLabel: RK23

definition: RK23 uses the Bogacki-Shampine pair of formulas [1]. The error is controlled assuming accuracy of the second-order method, but steps are taken using the third-order accurate formula (local extrapolation is done). A cubic Hermite polynomial is used for the dense output.

subClassOf: KISAO_0000064

seeAlso: 10.1016/0893-9659(89)90079-7

isImplementedIn: SciPy, MATLAB, Odespy, deSolve, Octave, GillesPy2

Reported by: jonrkarr

@jonrkarr
Copy link
Collaborator Author

jonrkarr commented Nov 2, 2020

  • status: open --> closed

Original comment by: jonrkarr

@jonrkarr
Copy link
Collaborator Author

jonrkarr commented Nov 2, 2020

Incorporated as KISAO_0000537

Original comment by: jonrkarr

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