Choral
Modules | Functions/Subroutines
cg_mod.f90 File Reference

Go to the source code of this file.

Modules

module  cg_mod
  CG LINEAR SOLVER = Conjugate Gradient
 

Functions/Subroutines

subroutine, public cg_mod::cg (x, iter, res, b, A, tol, itmax, verb)
 Conjugate gradient (no preconditioning) More...
 
subroutine, public cg_mod::pcg (x, iter, res, b, A, pc, tol, itmax, verb)
 Preconditioned conjugate gradient. More...