Type definition for all LIS solvers.
Data Types | |
type | t_lis_preconditioner |
Parent type for all Lis preconditioners. More... | |
type | t_lis_preconditioner_iluc |
Lis ILUC preconditioner. More... | |
type | t_lis_preconditioner_iluk |
Lis ILU(k) preconditioner. More... | |
type | t_lis_preconditioner_ilut |
Lis ILUT preconditioner. More... | |
type | t_lis_solver |
Parent type for all Lis solvers. More... | |
type | t_lis_solver_bicgsafe |
Lis BiCGSAFE. More... | |
type | t_lis_solver_bicgstab |
Lis BiCGSTAB. More... | |
type | t_lis_solver_bicgstab_l |
Lis BiCGSTAB(l) More... | |
type | t_lis_solver_bicrsafe |
Lis BiCRSAFE. More... | |
type | t_lis_solver_bicrstab |
Lis BiCRSTAB. More... | |
type | t_lis_solver_fgmres |
Lis FGMRES. More... | |
type | t_lis_solver_gmres |
Lis GMRES. More... | |
Functions/Subroutines | |
subroutine | lis_setup (solver, solver_l) |
subroutine | check_error_lis (error, func_name) |