Numerical integration of fractional ordinary differential equations (FODE)
Project description
fodeint
======
| Numerical integration of fractional ordinary differential equations.
Overview
--------
fodeint will be a collection of numerical algorithms for integrating fractional ordinary differential equations (FODEs). It has simple functions that can be used in a similar way to ``scipy.integrate.odeint()`` or MATLAB's ``ode45``.
This first version supports Caputo equations with fractional exponent in the range (0,1).
This is prototype code in python, so not aiming for speed. Later can always rewrite these with loops in C when speed is needed.
Warning: this is an early pre-release. Wait for version 1.0. Bug reports are very welcome!
functions
---------
| ``fodeint(a, f, y0, tspan)`` for Caputo equation D^a y(t) = f(y,t), 0<a<1.
This works with scalar or vector equations.
specific algorithms:
--------------------
| ``caputoEuler(a, f, y0, tspan)``: an explicit one-step Adams-Bashforth (Euler) method. The simplest possible method.
Examples:
---------
References for these algorithms:
--------------------------------
| ``caputoEuler``:
| K. Diethelm, N. J. Ford and A. D. Freed (2004) Detailed error analysis for a fractional Adams method
| C. Li and F. Zeng (2012) Finite Difference Methods for Fractional Differential Equations
TODO
----
- Implement fast sum-of-exponentials approximation of Jiang et al. (2017).
- Support other values of the fractional exponent.
- Implement a higher order predictor-corrector algorithm.
- Support Caputo equations with noise (FSODEs).
- Support Riemann-Liouville and Riesz equations.
======
| Numerical integration of fractional ordinary differential equations.
Overview
--------
fodeint will be a collection of numerical algorithms for integrating fractional ordinary differential equations (FODEs). It has simple functions that can be used in a similar way to ``scipy.integrate.odeint()`` or MATLAB's ``ode45``.
This first version supports Caputo equations with fractional exponent in the range (0,1).
This is prototype code in python, so not aiming for speed. Later can always rewrite these with loops in C when speed is needed.
Warning: this is an early pre-release. Wait for version 1.0. Bug reports are very welcome!
functions
---------
| ``fodeint(a, f, y0, tspan)`` for Caputo equation D^a y(t) = f(y,t), 0<a<1.
This works with scalar or vector equations.
specific algorithms:
--------------------
| ``caputoEuler(a, f, y0, tspan)``: an explicit one-step Adams-Bashforth (Euler) method. The simplest possible method.
Examples:
---------
References for these algorithms:
--------------------------------
| ``caputoEuler``:
| K. Diethelm, N. J. Ford and A. D. Freed (2004) Detailed error analysis for a fractional Adams method
| C. Li and F. Zeng (2012) Finite Difference Methods for Fractional Differential Equations
TODO
----
- Implement fast sum-of-exponentials approximation of Jiang et al. (2017).
- Support other values of the fractional exponent.
- Implement a higher order predictor-corrector algorithm.
- Support Caputo equations with noise (FSODEs).
- Support Riemann-Liouville and Riesz equations.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fodeint-0.1.0.tar.gz
(19.1 kB
view details)
File details
Details for the file fodeint-0.1.0.tar.gz
.
File metadata
- Download URL: fodeint-0.1.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1361db0f988a3188115facfc728493a3908f6ed7b2ca03fa3cf4548a3d2e58b4 |
|
MD5 | da4cb3cf9bea7245f1e6f23529c04e12 |
|
BLAKE2b-256 | 6206f3a5dc36f3db19495f72b953e601da802ae16a0e546c74e98fc93b752b05 |