gabrielgellner / DiffEQ.jl

Staging Area for a Differential Solver suite in Julia (DEAD)
Other
0 stars 0 forks source link

Test tol, and performance between scipy, matlab and the julia dopri5 codes #22

Open gabrielgellner opened 8 years ago

gabrielgellner commented 8 years ago

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