Coder Social home page Coder Social logo

libckrylov's Introduction

libcKrylov

A generic implementation of linear solvers in Krylov space

Author: Pengliang Yang, Harbin Institute of Technology

E-mail: [email protected]

Linear solvers in Krylov space

  • Conjugate gradient (CG)

  • Preconditioned conjugate gradient (PCG)

  • BiCGStab (Bi-conjugate gradient with stabalization)

  • BiCGStab with right preconditioning

  • GMRES (generalized minimum residual)

  • GMRES with right preconditioning

  • CGNR

  • CGNE

How to install and run

  1. First, compile source code for Krylov solvers library

    cd src;

    make

    After this step, the implementation of these linear solvers will be compiled to form a library in /lib, named libcKrylov.a. To remove the old library and compile for a new one, 'make clean' and 'make'.

  2. Then, test with the application examples!

Run the Toeplitz matrix inversion using CGNR and CGNE:

cd demo_toeplitz;

make;

./main

Run the demo for frequency domain wave equation using BiCGStab and GMRES:

cd demo_wave;
	
make;

./main

Run the demo for Poisson equation using CG and PCG:

cd demo_poisson;

make;

./main

Note that you are free to modify the parameters in main.c to test different algorithm options and the performance.

libckrylov's People

Contributors

yangpl avatar

Stargazers

 avatar  avatar

Watchers

 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.