https://github.com/jonasbreuling/bdf
https://github.com/jonasbreuling/bdf
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonasbreuling/bdf
- Owner: JonasBreuling
- Created: 2023-11-15T11:03:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T12:18:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T04:30:26.352Z (10 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BDF
BDF solver for implicit differential algebraic equations of the form
```
0 = F(t, x, x')
x(t0) = x0
x'(t0) = x'0
```