-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
some ode45 features #365
Comments
ode23 derives from Cleve's NCM, whereas ode45 is from octave - which is why the different styles and interfaces. I presume you also want to include plots in this if you were playing around with things... |
see also #75. sounds like a general framework for ODE solvers would be useful to create, then this can all be moved to a package for individual authors to provide specialized solutions. i suspect it might require keyword arguments (or the approach in the new sort interface?) |
We need someone to spearhead our ODE effort. I might just be able to do some basic stuff, once we are through the ubuntu release stuff. |
@tshort Now that we have |
I don't know about all, but probably the half-baked ones. I'd still like to see pure-Julia integrators, and there's some encouraging stuff being talked about on the mailing lists for automatically generating Jacobians etc. that would be good to take advantage of. |
I agree. I am tempted to close this one as wontfix, unless there is any objection. |
just move to the ODE package I'm now hosting and close this one |
This issue is moved to ODE.jl. |
* Throw cmderror for no-argument pkg> generate * add test
ode45
should support stepping from high to low likeode23
does, and both should also support any-size vectors of steps instead of just[t0, tfinal]
.I'd like to do
The text was updated successfully, but these errors were encountered: