Commit Graph

20 Commits (939fe439e46607054e62e4afbc34d2b8bf60f874)

Author SHA1 Message Date
Salvatore Filippone ecea491a23 *** empty log message *** 17 years ago
Salvatore Filippone 8d3469a121 psblas:
Updated copyright statement for all files.
17 years ago
Salvatore Filippone a5ddd9a174 psblas:
krylov/psb_krylov_mod.f90
Reworked format of convergence messages.
17 years ago
Salvatore Filippone 844aef754b psblas/krylov:
psb_dcgs.f90
psb_dcgstabl.f90
psb_krylov_mod.f90
psb_zbicg.f90
psb_zcg.f90
psb_zcgs.f90
psb_zcgstabl.f90

Added missing complex versions of iterative methods BICG CG
BiGCSTAB(L). Need some more testing.
17 years ago
Salvatore Filippone 855feaae46 Fixed stupid bug in condition for printing upon exit from the iterations... 17 years ago
Salvatore Filippone 9a58493988 Krylov iterations:
Centralized check convergence routines, with some fixes for RGMRES.
17 years ago
Salvatore Filippone 4facb7505f Krylov methods.
Fixed header for convergence tracing messages.
17 years ago
Salvatore Filippone c304258426 Krylov iterations:
Centralized check convergence routines. Still incomplete for RGMRES.
17 years ago
Salvatore Filippone df824ff3be Typographical changes for old/new style comparison operators. 17 years ago
Salvatore Filippone 7f758de51c Cleaned source code. 17 years ago
Salvatore Filippone fe6657534c Some places had "gmresr", others "rgmres": renamed "GMRESR" into
"RGMRES" everywhere for consistency.
17 years ago
Salvatore Filippone 1de99a499a Merged debug infrastructure, internal docs and html headers. 17 years ago
Salvatore Filippone 07790aab16 Updated prologs for Krylov subspace methods. 17 years ago
Salvatore Filippone 16b8058ab6 Defined heapsort and mergesort for real/complex data.
Updated docs.
17 years ago
Salvatore Filippone 82c7ef87bd Taken out diagl/diagu, no longer used.
First draft of a complex RGMRES.
17 years ago
Salvatore Filippone be3237acef Added warning for non-implemented method in psb_krylov.
GMRES is only left-prec for the time being.
18 years ago
Salvatore Filippone f15eb31ab0 *** empty log message *** 18 years ago
Salvatore Filippone 035aa4dfdb Fixed check for restart in GMRES. Changed opt arg passing in KRYLOV. 18 years ago
Salvatore Filippone fb0fc8cf90 Fixed USE statements to minimize size of generated module files. 18 years ago
Salvatore Filippone af5b65606c Second step of major reorg: tested compilation. 18 years ago