About
For some of its functionality EASIFEM depends upon following fortran-libraries, which are brain children of the great fortran developers. Note that some of these libraries have been suitably modified to serve the desire purpose.
📄️ About
For some of its functionality EASIFEM depends upon following fortran-libraries, which are brain children of the great fortran developers. Note that some of these libraries have been suitably modified to serve the desire purpose.
📄️ OpenBlas
📄️ LAPACK95
LAPACK95 is a Fortran-95 (modern-fortran) interface to LAPACK. The repository is located here, which is a fork of scivision's Lapack95 library.
📄️ Sparsekit
Sparsekit is a legacy fortran code written by the great Yusef Saad for peforming linear algebra with sparse matrices. The original code is located here. 🔗 💡
📄️ FFTW
FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, that is, the discrete cosine/sine transforms or DCT/DST).
📄️ SuperLU
SuperLU contains a set of subroutines to solve a sparse linear system A*X=B. It uses Gaussian elimination with partial pivoting (GEPP).
📄️ ARPACK
ARPACK-NG is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.
📄️ LIS
LIS (Library of Iterative Solvers for linear systems)
📄️ BeFoR64
This library is developed by Mr. Szaghi. It is for base64 encoding/decoding for modern Fortran projects.
📄️ FLAP
A KISS pure Fortran Library for building powerful, easy-to-use, elegant command line interfaces
📄️ FPL
FPL is pure fortran 2003 library that can manage the parameters of your program from a single point.
📄️ FUtility
Futility is a jointly-maintained, open-source project between the University of
📄️ FoXy
This is a fortran library which is designed to handle XML files. Read more
📄️ Functional-Fortran
This modern fortran project is developed by Milan Curcic. This library facilitates a set of commonly used tools in functional programming. Read more
📄️ GTKFortran
🦒 Project website.
📄️ H5Fortran
This fortran project, which is developed by Michael Hirsch, can handle IO with hdf5 files. Read more.
📄️ OGPF
This is program creates an interface between modern fortran and gnuplot. This is a useful library for visualising fortran data using gnuplot. Read more
📄️ PENF
PENF is developed by Mr. Szaghi. This library tries to exploit code portability for modern (2003+) Fortran projects. It is a pure Fortran library for achieving portable codes for modern Fortran projects. It provides many number-to-string and vice-versa facilities. Read more
📄️ StringiFor
This library is also a fortran project of Mr. Szaghi. This library makes an attempt to define string data type for handling characters in an object oriented way. Read more
📄️ VTKFortran
This fortran library handles IO with vtk files. Read more