Skip to content
Stefano Zaghi edited this page Oct 21, 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