Welcome to dynode’s documentation!¶
Dynode solves equations of the form y' = f(t, y) using SciPy’s ode
solver
but allows f to be modelled in a modular, object-oriented fashion
using the notions of separate Systems that expose states and
their corresponding derivatives, ders. f may then be composed of
an arbitraily complex collection of, connected or unconnected,
Systems.
General
API Reference