mld2p4/mlprec:

mld_dprecinit.f90
 mld_zprecinit.f90

Fix default to use ILU(0), not UMFPACK.
stopcriterion
Salvatore Filippone 17 years ago
parent 399305ee41
commit f6e69feb29

@ -63,7 +63,7 @@
! Jacobi preconditioner, with ILU(0) on the local
! blocks, is applied as post-smoother at each level
! but the coarsest one; four sweeps of the block-Jacobi
! solver, with LU (UMFPACK) on the blocks, are applied at
! solver, with ILU(0) on the blocks, are applied at
! the coarsest level, on the distributed coarse matrix.
!
! For the multilevel preconditioners, the levels are numbered in increasing

@ -63,7 +63,7 @@
! Jacobi preconditioner, with ILU(0) on the local
! blocks, is applied as post-smoother at each level
! but the coarsest one; four sweeps of the block-Jacobi
! solver, with LU (UMFPACK) on the blocks, are applied at
! solver, with ILU(0) on the blocks, are applied at
! the coarsest level, on the distributed coarse matrix.
!
! For the multilevel preconditioners, the levels are numbered in increasing

Loading…
Cancel
Save