Move some ODE package functions from Octave-Forge to core: Difference between revisions

Jump to navigation Jump to search
(Create page)
 
(11 intermediate revisions by 5 users not shown)
Line 28: Line 28:
== Files ==
== Files ==


* odeplot.m
* <strike>odeplot.m (Stefan Miereis)</strike> (Patch submitted) (Patch pushed) (Removed from odepkg)
* <strike>ode23.m (Stefan Miereis)</strike> (Patch submitted) (Patch pushed)
* <strike>runge_kutta_23.m (Stefan Miereis)</strike> (Patch submitted) (Patch pushed)
 
== Changes to odepkg to maintain compatibility with new release ==
As part of the inclusion in core of ODE solvers,
some private functions or other sorts of utility
functions are being moved to core as well.
 
Some changes made in order to adapt these functions
to the coding style in core may break compatibility
with solvers that will remain in odepkg, so the latter
need to be adapted as well.
 
* remove prefix 'v' from field names in options structs
* input and output arguments of the steppers should be made compliant to the call in integrate_adaptive.m. The main example in core is runge_kutta_45_dorpri.m
Anonymous user

Navigation menu