Currently I have a basic version of a graphical comparison between the achieved accuracy between scipy using a wrapper around the original dopri5.f code, the ODE.jl version of ode45 and my version of ode45, Dopri5 for a simple example of rigid motion.
I need to add:
[] the number of steps taken for each tol level
Currently I have a basic version of a graphical comparison between the achieved accuracy between scipy using a wrapper around the original dopri5.f code, the ODE.jl version of ode45 and my version of ode45, Dopri5 for a simple example of rigid motion.
I need to add: [] the number of steps taken for each tol level