1#ifndef LBS_ITERATIVE_METHODS_H
2#define LBS_ITERATIVE_METHODS_H
@ GMRES_CYCLES
GMRES with Cycles support.
@ KRYLOV_RICHARDSON_CYCLES
Richardson iteration with cycles support.
@ CLASSICRICHARDSON
Otherwise known as Source Iteration.
@ CLASSICRICHARDSON_CYCLES
Source Iteration with Cycles support.
@ KRYLOV_BICGSTAB
BiCGStab iterative algorithm.
@ KRYLOV_RICHARDSON
Richardson iteration.
@ GMRES
GMRES iterative algorithm.
@ KRYLOV_GMRES_CYCLES
GMRES with Cycles support.
@ KRYLOV_GMRES
GMRES iterative algorithm.
@ KRYLOV_BICGSTAB_CYCLES
BiCGStab with Cycles support.
std::string IterativeMethodPETScName(IterativeMethod it_method)