-
Notifications
You must be signed in to change notification settings - Fork 30
Home
Stefano Zaghi edited this page Oct 21, 2015
·
5 revisions
- FOODIE is a pure Fortran (KISS) library for integrating Ordinary Differential Equations (ODE);
- FOODIE is Fortran 2003+ standard compliant;
- FOODIE is OOP designed;
- FOODIE is a Free, Open Source Project.
Modern Fortran standards (2003+) have introduced support for Object Oriented Programming. Exploiting new features like Abstract Data Type (ADT) is now possible to develop a KISS library for integrating Ordinary Differential Equations on ADT making the development of new numerical schemes faster, easier and clearer.
Topics | Wiki Page |
---|---|
Background & Motivations | Background-and-Motivations |
High Level Programming | High-Level-Programming |
Solvers provided | |
Explicit-Euler-Scheme | |
TVD-Runge-Kutta-Schemes | |
Adams-Bashforth-Schemes | |
Examples | |
Lorenz-equations | |
Burgers-equation |