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

Jump to navigation Jump to search
Mark as outdated.
(Mark as outdated.)
 
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Warning|This page is outdated (December 2019).  See [[odepkg]] for more information.}}
== Introduction ==
== Introduction ==


Line 28: Line 30:
== Files ==
== Files ==


* odeplot.m
* <strike>odeplot.m (Stefan Miereis)</strike> (Patch submitted) (Patch pushed) (Removed from odepkg)
* ode23.m  
* <strike>ode23.m (Stefan Miereis)</strike> (Patch submitted) (Patch pushed)
* runge_kutta_23.m
* <strike>runge_kutta_23.m (Stefan Miereis)</strike> (Patch submitted) (Patch pushed)


== Changes to odepkg to maintain compatibility with new release ==
== Changes to odepkg to maintain compatibility with new release ==
Line 44: Line 46:


* remove prefix 'v' from field names in options structs
* remove prefix 'v' from field names in options structs
* input and output arguments of the steppers should be made  
* 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
  compliant to the call in integrate_adaptive.m. The main
 
  example in core is runge_kutta_45_dorpri.m
[[Category:Outdated pages]]

Navigation menu