psblas3:
base/Makefile base/modules/Makefile base/modules/psb_psblas_mod.f90 base/modules/psb_tools_mod.f90 base/newserial/Makefile base/newserial/README base/newserial/psbn_base_mat_mod.f03 base/newserial/psbn_d_base_mat_mod.f03 base/newserial/psbn_d_coo_impl.f03 base/newserial/psbn_d_csr_impl.f03 base/newserial/psbn_d_csr_mat_mod.f03 base/newserial/psbn_mat_mod.f03 base/psblas/psb_dnrmi.f90 base/psblas/psb_dspmm.f90 base/tools/psb_dspalloc.f90 base/tools/psb_dspasb.f90 base/tools/psb_dspfree.f90 base/tools/psb_dspins.f90 krylov/psb_dbicg.f90 krylov/psb_dcg.F90 krylov/psb_dcgs.f90 krylov/psb_dcgstab.F90 krylov/psb_dcgstabl.f90 krylov/psb_drgmres.f90 krylov/psb_krylov_mod.f90 prec/psb_dprecbld.f90 prec/psb_dprecinit.f90 prec/psb_dprecset.f90 prec/psb_prec_mod.f90 test/pargen/ppde.f90 test/pargen/runs/ppde.inp test/serial/d_coo_matgen.f03 test/serial/d_matgen.f03 test/serial/psbn_d_cxx_mat_mod.f03 Minimal set of changes to run BICGSTAB in serial mode with NONE as a preconditioner. It does now!psblas3-type-indexed
parent
434085380d
commit
9bfb2980e3
@ -1,9 +1,11 @@
|
||||
7 Number of entries below this
|
||||
BICGSTAB Iterative method BICGSTAB CGS BICG BICGSTABL RGMRES
|
||||
BJAC Preconditioner NONE DIAG BJAC
|
||||
NONE Preconditioner NONE DIAG BJAC
|
||||
CSR Storage format for matrix A: CSR COO JAD
|
||||
060 Domain size (acutal system is this**3)
|
||||
050 Domain size (acutal system is this**3)
|
||||
1 Stopping criterion
|
||||
200 MAXIT
|
||||
-1 ITRACE
|
||||
1000 MAXIT
|
||||
040 ITRACE
|
||||
20 IRST restart for RGMRES and BiCGSTABL
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue