Skip to content

Initial release

Compare
Choose a tag to compare
@ChrisRackauckas ChrisRackauckas released this 25 Apr 00:20
· 125 commits to master since this release
2262494

This is the initial release of the package. It provides a simplified interface over DifferentialEquations.jl. Currently it's interfaced via 5 functions:

  • diffeq_setup
  • ode.solve
  • sde.solve
  • dae.solve
  • dde.solve

The return is a list with sol$u and sol$t. In future updates this will be backwards compatibly updated to be a full solution object with the interpolation.