JuliaAttic / ODE.jl

Assorted basic Ordinary Differential Equation solvers
Other
2 stars 2 forks source link

Tests for custom user defined solvers #21

Closed pwl closed 8 years ago

pwl commented 8 years ago

We should facilitate testing new user defined solvers. It would be useful to provide a function(s) to test if a new solver complies to the backend API and can solve basic initial value problems it claims to support.

pwl commented 8 years ago

Fixed by #19.