Skip to content

Just-in-time compilation for delay differential equations

License

Notifications You must be signed in to change notification settings

ISCOTTYI/jitcdde

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JiTCDDE stands for just-in-time compilation for delay differential equations (DDEs). It makes use of the method described by Thompson and Shampine which is based on the Bogacki–Shampine Runge–Kutta method. JiTCDDE is designed in analogy to JiTCODE: It takes an iterable (or generator function) of SymPy 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, or JiTCSDE, respectively.

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

About

Just-in-time compilation for delay differential equations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 80.0%
  • C 19.9%
  • Shell 0.1%