Choral
Data Types | Modules | Functions/Subroutines
precond_mod.F90 File Reference

Go to the source code of this file.

Data Types

interface  precond_mod::precond
 The type precond defines preconditioning for linear systems. More...
 
interface  precond_mod::precond
 The type precond defines preconditioning for linear systems. More...
 
interface  precond_mod::clear
 destructor More...
 

Modules

module  precond_mod
  DERIVED TYPE precond: preconditioning for linear systems
 

Functions/Subroutines

subroutine precond_mod::precond_clear (pc)
 
type(precond) function precond_mod::precond_create (K, type)
  Constructor for the type precond More...
 
subroutine, public precond_mod::jacobi (invD, s)
 Jacobi preconditioner. More...
 
subroutine, public precond_mod::reverse_cuthill_mackey (perm, permInv, s)
 Reverse CutHill Mac Kee algorithm. More...
 
subroutine, public precond_mod::icc0 (LLT, s)
 Incomplete Choleski decomposition with 0 fill-in for s. More...