[julia-users] Re: ODE package keyword setting

2014-11-24 Thread Ivar Nesje
In principle it should just be to write something like odefun(...,points==:specified) But I'm not sure how many (if any) of the solvers implements that part of the API. There was a lot of interest and discussion at some point, but it seem to have slowed down recently. kl. 08:39:59 UTC+1

[julia-users] Re: ODE package keyword setting

2014-11-24 Thread Alex
Hi Erno, I am afraid that points=:specified is currently not supported by ODE.jl. There is a PR for adding ode23s (stiff solver) https://github.com/JuliaLang/ODE.jl/pull/47, which supports it. So if you need/want it now you might try that fork. As Ivar says we are discussing how