# faspdist **Repository Path**: faspdevteam/faspdist ## Basic Information - **Project Name**: faspdist - **Description**: No description available - **Primary Language**: C - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-01-18 - **Last Updated**: 2024-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fast Auxiliary Space Preconditioning in C: README The FASP++ is a C package designed for developing parallel iterative solvers and preconditioners for PDEs and systems of PDEs. The main components of the package are standard Krylov methods, algebraic multigrid methods, geometric multigrid methods, Schwarz methods, incomplete factorization methods, etc. ## Install There is a top level make for configuration and building of the FASP++ library and the test programs suite. The typical command for compiling FASP++ is: ```bash > make # to compile the FASP++ lib ``` ## License This software is free software distributed under the Lesser General Public License or LGPL, version 3.0 or any later versions. This software distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with FASP++. If not, see .