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

Added ode4(), ode4ms(), and general multistep ODE solvers. #574

Merged
merged 1 commit into from
Mar 13, 2012

Conversation

pao
Copy link
Member

@pao pao commented Mar 13, 2012

This adds two of the fixed-step solvers and makes small fixes to the existing solvers for argument types and typing workarounds which are probably bugs and need a testcase.

The Rosenbrock fixed-step solver for stiff systems is still in work. Testing indicates that there are problems in my translation from MATLAB that is driving the solution to my (stable) test system unstable.

StefanKarpinski added a commit that referenced this pull request Mar 13, 2012
Added ode4(), ode4ms(), and general multistep ODE solvers.
@StefanKarpinski StefanKarpinski merged commit fd51447 into JuliaLang:master Mar 13, 2012
Keno pushed a commit that referenced this pull request Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants