freol35241 / dynode

A framework for modelling and simulation of dynamical systems in the form of ordinary differential equations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynode

PyPI version shields.io codecov docs

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.

Documentation is available here: https://freol35241.github.io/dynode/

License

Distributed under the terms of the MIT license, dynode is free and open source software

About

A framework for modelling and simulation of dynamical systems in the form of ordinary differential equations.

License:MIT License


Languages

Language:Python 100.0%