15-Moonstone
December 31, 2014
Solved
Odesolve vs. Rkadapt
- December 31, 2014
- 1 reply
- 2276 views
Curious minds want to know: I am solving a simple (linear) ode for a number of various parameters. When I use Odesolve, passing the various parameters, it runs relatively slowly compared with using Rkadapt passing the parameters via the initial conditions (since I have a lot of cases to look at, using Rkadapt seems the better choice). Why is this? Is it typical?

