gabrielgellner / DiffEQ.jl

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

Benchmark suite #16

Open gabrielgellner opened 8 years ago

gabrielgellner commented 8 years ago

It would be great to have a set of benchmarks that output figures like in Hairer and Wanner showing the tolerance vs the number of function calls, also we could add tolerance vs cpu time.

It would also be good to see this for increasing the size of the problem using a general code for linear systems. That way we could see how the solvers perform for growing problem size.

gabrielgellner commented 8 years ago

As this package is doing reimplementation of ODE solvers in pure Julia it is essential that it has a good test suite. Thing to look at: