20 integer(kind=kint) :: N
21 real(kind=
kreal),
pointer :: alu(:) => null()
23 logical,
save :: INITIALIZED = .false.
31 integer(kind=kint ) :: np
32 real (kind=
kreal) :: sigma_diag
33 real(kind=
kreal),
pointer:: d(:)
35 real (kind=
kreal):: alutmp(1,1), pw(1)
36 integer(kind=kint ):: ii, i, j, k
39 if (hecmat%Iarray(98) == 0 .and. hecmat%Iarray(97) == 0)
return
58 alutmp(1,1)= alu(ii) * sigma_diag
59 alutmp(1,1)= 1.d0/alutmp(1,1)
73 real(kind=
kreal),
intent(inout) :: ww(:)
74 integer(kind=kint) :: i
91 if (
associated(alu))
deallocate(alu)
real(kind=kreal) function, public hecmw_mat_get_sigma_diag(hecMAT)
subroutine, public hecmw_precond_diag_11_setup(hecMAT)
subroutine, public hecmw_precond_diag_11_apply(WW)
subroutine, public hecmw_precond_diag_11_clear()
integer(kind=4), parameter kreal