How to install OrdinaryDiffEq?

I heard that this package was split into many smaller packages.

How can I install less solvers? I only need:

  • DFBDF
  • DImplicitEuler
  • KenCarp4

Any idea?

using OrdinaryDiffEqBDF, OrdinaryDiffEqSDIRK is all you need.

We’re releasing a new set of docs rather soon which will cover the split.

2 Likes

And how can I then replace these lines:

import OrdinaryDiffEq.init
import OrdinaryDiffEq.step!

Those will be OrdinaryDiffEqCore.init! etc.

1 Like