Skip to content

time integration performance improvement #11

Open
@wgurecky

Description

Description

The scipy.integrate.ode module is currently used to step the system of ODEs forward in time. The functions which compute the time derivative of each solution variable are written in pure python/numpy. Can we improve the performance of the ODE integration with little effort?

  • Consider supplying an analytic jacobian
  • Consider moving physics routines to cython or decorate with numba.jit

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions