https://github.com/jonasbreuling/pyradau
https://github.com/jonasbreuling/pyradau
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonasbreuling/pyradau
- Owner: JonasBreuling
- License: other
- Created: 2024-02-26T11:59:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-28T14:36:40.000Z (over 1 year ago)
- Last Synced: 2025-01-15T04:30:30.780Z (10 months ago)
- Language: Fortran
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
pyradau13 - Python wrapper around the Hairer/Wanner implementation of RADAU13
RADAU13 is an implicit 13th order adaptive Runge-Kutta implementation by Ernst
Hairer and Gerhard Wanner. The Fortran code is available from Ernst Hairer's
website (http://www.unige.ch/~hairer/software.html) and a detailled
description is available in their book
Hairer, Norsett and Wanner (1993): Solving Ordinary Differential Equations.
Nonstiff Problems. 2nd edition. Springer Series in Comput. Math., vol. 8.
This package does not use f2py, but instead calls the fortran function from a C
extension. Dense output is available. Supplying a Jacobian function is
not (yet).
See LICENSE file for license information.