<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>PyDDE</name>
<shortdesc>PyDDE is a solver for delay differential equations written in Python and C.</shortdesc>
<description>PyDDE is an open source numerical solver for systems of delay differential
equations (DDEs), 
implemented as a Python package and written in both Python and C.  It is built
around the numerical 
routines of the R package ddesolve, which is itself based on Simon Wood's
Solv95, a DDE solver for 
Microsoft Windows systems written in C.
        
PyDDE can solve a wide range of ODE and DDE models with discontinuities that may
have state-
dependent effects but state-independent timings.  Simulation is handled by an
adaptively-stepping 
embedded RK2(3) scheme with cubic Hermite interpolation for calculation of delay
terms.  Some of the 
advantages of PyDDE are that it is fast, efficient and allows rapid prototyping
of scriptable models in a 
free, platform-independent environment.</description>
<homepage rdf:resource="http://users.ox.ac.uk/~clme1073/python/PyDDE/" />
<maintainer><foaf:Person><foaf:name>Benjamin J. Cairns</foaf:name>
<foaf:mbox_sha1sum>77471be1891360cc03168f56b9a0a52ada9e247d</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2.1</revision></Version></release>
</Project></rdf:RDF>