An open API service indexing awesome lists of open source software.

https://github.com/jonasbreuling/bdf


https://github.com/jonasbreuling/bdf

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

# BDF


Licensing

Code standard: PEP8

BDF solver for implicit differential algebraic equations of the form

```
0 = F(t, x, x')
x(t0) = x0
x'(t0) = x'0
```