anishida / lis

Lis (Library of Iterative Solvers for linear systems, pronounced [lis]) is a scalable parallel software library for solving linear equations and eigenvalue problems that arise in the numerical solution of partial differential equations using iterative methods.
http://www.ssisc.org/lis/
Other
97 stars 38 forks source link

README

Lis (Library of Iterative Solvers for linear systems, pronounced [lis]) is a parallel software library for solving discretized linear equations and eigenvalue problems that arise in the numerical solution of partial differential equations using iterative methods.

Lis provides facilities for:

The installation of Lis requires a C compiler. The Fortran interface requires a Fortran compiler, and the algebraic multigrid preconditioner requires a Fortran 90 compiler. For parallel computing environments, an OpenMP or an MPI library is used. Both the Harwell-Boeing and Matrix Market formats are supported to import and export user data.

See PDF files in directory doc for full description.

References

Official Website

http://www.ssisc.org/lis/