neurophysik / jitcdde

Just-in-time compilation for delay differential equations
Other
56 stars 14 forks source link

JiTCDDE stands for just-in-time compilation for delay differential equations (DDEs). It makes use of the method described by Thompson and Shampine <http://dx.doi.org/10.1016/S0168-9274(00)00055-6> which is based on the Bogacki–Shampine Runge–Kutta method. JiTCDDE is designed in analogy to JiTCODE <http://github.com/neurophysik/jitcode>: It takes an iterable (or generator function) of SymPy <http://www.sympy.org/> expressions, translates them to C code, compiles them (and an integrator wrapped around them) on the fly, and allows you to operate this integrator from Python. If you want to integrate ordinary or stochastic differential equations, check out JiTCODE <http://github.com/neurophysik/jitcode>, or JiTCSDE <http://github.com/neurophysik/jitcsde>_, respectively.

This work was supported by the Volkswagen Foundation (Grant No. 88463).