GithubHelp home page GithubHelp logo

hillyuan / monolis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nqomorita/monolis

0.0 0.0 0.0 2.65 MB

Monolithc non-overlapping / overlapping domain decomposition based linear equation solver

Shell 0.27% C 9.18% Fortran 87.17% M 1.05% CSS 0.19% Makefile 2.13%

monolis's Introduction

Monolis

  • Monolithic domain decomposition based linear solver
  • version 0.0.0

Manual

https://morita.gitlab.io/monolis/

Direct solver

  • LU factorization (LU)

Iterative solver

  • Conjugate Gradient Method (CG)
  • Biconjugate Gradient Stabilized Method (BiCGSTAB)
  • Biconjugate Gradient Stabilized Method without preconditioning (BiCGSTAB-noprec)
  • Grop's Conjugate Gradient Method (GropCG)
  • Pipelined Conjugate Gradient Method (PipeCG)
  • Pipelined Conjugate Residual Method (PipeCR)
  • Pipelined Biconjugate Gradient Stabilized Method (PipeBiCGSTAB)
  • Pipelined Biconjugate Gradient Stabilized Method without preconditioning (PipeBiCGSTAB-noprec)
  • Communication-avoiding Biconjugate Gradient Stabilized Method without preconditioning (CABiCGSTAB-noprec)
  • Successive Over Relaxation (SOR)
  • Iterative Refinement (IR)

Preconditioning

  • Diagonal scaling
  • Incomplete LU
  • Jacobi
  • Successive Over Relaxation

Matrix storage format

  • CSR format
    • n*n blocking

Interface

  • Original

Miscellanies

  • MPI parallelization
  • OpenMP parallelization
  • Reordering with METIS version 5

Compile flags

./install_lib.sh
make FLAGS=MPI,OPENMP,METIS,MUMPS
  • MPI: Enable MPI parallelization
  • OPENMP: Enable OpenMP parallelization
  • METIS: Enable METIS
  • MUMPS: Enable MUMPS
  • DEBUG: Enable DEBUG

License

  • MIT

Acknowledgements

  • I am grateful to Mr. Yu IHARA for great assistance with the implementation of the fill-in determinaion in direct method.
  • I would like to thank FrontISTR commons and FrontISTR for useful supports.

monolis's People

Contributors

nqomorita avatar tvgez avatar kwkm0429 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.