Giter Site home page Giter Site logo

oyyq / faspxx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from faspdevteam/faspxx

0.0 0.0 0.0 8.91 MB

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.

License: GNU Lesser General Public License v3.0

C++ 95.60% CMake 4.40%

faspxx's Introduction

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 cmake for configuration and building of the FASP++ library and the test programs suite. You can use a cmake-style approach to compile the package; see https://cmake.org on how to use cmake for your own operating system. The typical command for compiling FASP++ is:

Config the environment for building with cmake:

  > mkdir Build; cd Build; cmake ..

After succesfully configing, just make the library as well as examples:

  > make  # to compile the FASP++ lib only; do not install

To make the library and install it, run:

  > make install  # to compile and install 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 http://www.gnu.org/licenses/.

faspxx's People

Contributors

fanronghong avatar zhangcs avatar zkl-tech avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.