summaryrefslogtreecommitdiff
path: root/nonlin_ode.py
Commit message (Collapse)AuthorAge
* nonlin_ode: raise more specific exceptionsAnton Khirnov2021-10-18
|
* Python3 compat.Anton Khirnov2020-03-03
|
* nonlin_ode: solve for delta, not the new iterateAnton Khirnov2019-12-02
| | | | This is simpler.
* nonlin_ode: make args optionalAnton Khirnov2019-12-02
|
* nonlin_ode: add a verbosity parameterAnton Khirnov2017-05-24
|
* nonlin_ode: print the first coefficient as well as the deltaAnton Khirnov2016-02-24
| | | | Also, print to stderr, not stdout.
* nonlin_ode: stop iterating on encountering a NaNAnton Khirnov2016-02-24
|
* nonlin_ode: add a file encoding tagAnton Khirnov2016-02-24
|
* nonlin_ode: fix a typo in the documentationAnton Khirnov2016-02-13
|
* Add a spectral solver of non-linear ODEs.Anton Khirnov2014-10-22