Odeint - Solving Ordinary Differential Equations in C++
Abstract
Many physical, biological or chemical systems are modeled by ordinary differential equations (ODEs) and finding their solution is an every-day-task for many scientists. Here, we introduce a new C++ library dedicated to find numerical solutions of initial value problems of ODEs: odeint (www.odeint.com). odeint is implemented in a highly generic way and provides extensive interoperability at top performance. For example, due to it's modular design it can be easily parallized with OpenMP and even runs on CUDA GPUs. Despite that, it provides a convenient interface that allows for a simple and easy usage.
- Publication:
-
Numerical Analysis and Applied Mathematics ICNAAM 2011: International Conference on Numerical Analysis and Applied Mathematics
- Pub Date:
- September 2011
- DOI:
- 10.1063/1.3637934
- arXiv:
- arXiv:1110.3397
- Bibcode:
- 2011AIPC.1389.1586A
- Keywords:
-
- differential equations;
- programming languages;
- computer software;
- partial differential equations;
- initial value problems;
- 02.30.Hq;
- 07.05.Bx;
- 07.05.Hd;
- 02.30.Jr;
- 04.20.Ex;
- Ordinary differential equations;
- Computer systems: hardware operating systems computer languages and utilities;
- Data acquisition: hardware and software;
- Partial differential equations;
- Initial value problem existence and uniqueness of solutions;
- Computer Science - Mathematical Software;
- Nonlinear Sciences - Chaotic Dynamics;
- Physics - Computational Physics
- E-Print:
- 4 pages, 1 figure