mauro3 / IVPTestSuite.jl

Differential equation (ODE & DAE) solver test suite
Other
9 stars 2 forks source link

Wrap more solver packages #7

Open mauro3 opened 8 years ago

mauro3 commented 8 years ago

There are a few more solver packages around:

obiajulu commented 8 years ago

Great. I'll look into wrapping these solvers and testing their performance tomorrow.

mauro3 commented 8 years ago

@obiajulu: this issue was not aimed at you. So you needn't do it, but feel free if you fancy it.

ChrisRackauckas commented 8 years ago

Hey, we should really talk in order to coordinate our efforts.

As noted in in the julia-users thread, I am going to be wrapping a lot of these solvers into DifferentialEquations.jl within the next month. With that, it will be easy to make a "test suite" within DifferentialEquations.jl by just looping through kwargs (and put together a type which holds the information and does plotting, must like the ConvergenceTest suite I already have). I will be using IVPTestSuite.jl in order to make sure this has minimal overhead, but I think it will likely be subsumed when these are wrapped.

That said, I am excited by the Adams-Bashforth methods and am curious what will be next.

Hit me up in my Gitter channel if you're interested in having a chat: https://gitter.im/ChrisRackauckas/DifferentialEquations.jl . I think it would be useful to start talking about an org once these wrappings are complete (and I really need to make the syntax "more Julian").

mauro3 commented 8 years ago

Hi Chris, thanks for reaching out! (See gitter for the chat)