JonasBreuling/scipy_dae
Python implementation of solvers for differential algebraic equation's (DAE's) that should be added to scipy one day.
PythonBSD-3-Clause
Issues
- 1
Remove + +
#29 opened by JonasBreuling - 0
- 0
Improve tests and test coverage.
#5 opened by JonasBreuling - 0
Add markdown documentation for each example
#15 opened by JonasBreuling - 1
Dense output for `yp`.
#6 opened by JonasBreuling - 1
Build with `meson-python`
#9 opened by JonasBreuling - 1
Add Weissinger's problem to `consistent_initial_conditions` test and examples
#23 opened by JonasBreuling - 0
Add TR-BDF2 solver.
#21 opened by JonasBreuling - 1
Add sparse brusselator system example
#19 opened by JonasBreuling - 0
Add Andrew's squeezer mechanism
#18 opened by JonasBreuling - 3
- 0
- 1
- 1
Add weighting between embedded error and dense output error AS done by RADAR5
#13 opened by JonasBreuling - 0
- 0
- 0
Add `Radau` for `M y' = f(x, y)` since the error estimate is flawed for `F(x, y, y') = 0`
#7 opened by JonasBreuling - 0
Locate tests as done by scipy
#8 opened by JonasBreuling - 1
Enable `vectorization`.
#3 opened by JonasBreuling - 1
- 0
Initial step size
#1 opened by JonasBreuling - 0