giacrossi / FORbID

Simple OOP Fortran Definite Integrals Solver
12 stars 2 forks source link

FORbID

[GitHub tag]() Join the chat at https://gitter.im/giacombum/FORbID

[License]() [License]() [License]() [License]()

[Status]() [GitHub issues]()

FORbID, FORtran Integral Definite solver

Table of Contents

What is FORbID?

With modern Fortran standards (2003+) introduction, is possible to develop a KISS and lightweight library for numerical integration of definite integrals using the new features of Object Oriented Programming like Abstract Data Type (ADT).

Go to Top

Main features

FORbID is aimed to be a KISS-pure-Fortran library for numerical integration of definite integrals.

Any feature request is welcome.

Bibliography

[1] Methods of Numerical Integration, Davis, P. J., Rabinowitz, P., 1984, Academic Press.

[2] Scientific Software Design: The Object-Oriented Way, Rouson, Damian and Xia, Jim and Xu, Xiaofeng, 2011, ISBN 9780521888134, Cambridge University Press, New York, NY, USA.

Status [Status]()

FORbID project is just started.

We are searching for Fortraners enthusiast joining our team.

Copyrights

FORbID is an open source project, it is distributed under a multi-licensing system:

Anyone is interest to use, to develop or to contribute to FORbID is welcome, feel free to select the license that best matches your soul!

More details can be found on wiki.

Go to Top

Documentation

Besides this README file the FORbID documentation is contained into its own wiki. Detailed documentation of the API is contained into the GitHub Pages that can also be created locally by means of ford tool.

Go to Top