Skip to content
Stefano Zaghi edited this page Aug 31, 2015 · 5 revisions

Latest release GitHub tag

Join the chat at https://gitter.im/Fortran-FOSS-Programmers/FOODiE

License License License License

Status Build Status Coverage Status GitHub issues

FOODiE, Fortran Object oriented Ordinary Differential Equations integration library

  • 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.

What is FOODiE?

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.

Main Topics

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
Clone this wiki locally