29 integer(kind=kint),
intent(in) :: sym
65 real(kind=
kreal),
intent(in) :: r(:)
66 real(kind=
kreal),
intent(out) :: z(:), zp(:)
67 real(kind=
kreal),
intent(inout) :: time_precond
68 real(kind=
kreal),
intent(inout) :: commtime
69 integer(kind=kint ) :: i, iterpre, iterpremax
70 real(kind=
kreal) :: start_time, end_time
73 do iterpre= 1, iterpremax
87 time_precond = time_precond + end_time - start_time
90 do i= 1, hecmat%N * hecmat%NDOF
93 if (iterpre.eq.iterpremax)
exit
integer(kind=kint) function, public hecmw_mat_get_iterpremax(hecmat)
integer(kind=kint) function, public hecmw_mat_get_precond(hecmat)
subroutine, public hecmw_precond_66_apply(hecmesh, hecmat, r, z, zp, time_precond, commtime)
subroutine, public hecmw_precond_66_clear(hecmat)
subroutine, public hecmw_precond_66_setup(hecmat, hecmesh, sym)
subroutine, public hecmw_precond_bilu_66_setup(hecmat)
subroutine, public hecmw_precond_bilu_66_clear()
subroutine, public hecmw_precond_bilu_66_apply(ww)
subroutine, public hecmw_precond_diag_66_clear()
subroutine, public hecmw_precond_diag_66_setup(hecmat)
subroutine, public hecmw_precond_diag_66_apply(ww)
subroutine, public hecmw_precond_nn_clear(hecmat)
subroutine, public hecmw_precond_nn_apply(hecmesh, hecmat, r, z, zp, time_precond, commtime)
subroutine, public hecmw_precond_nn_setup(hecmat, hecmesh, sym)
subroutine, public hecmw_precond_ssor_66_apply(zp)
subroutine, public hecmw_precond_ssor_66_clear(hecmat)
subroutine, public hecmw_precond_ssor_66_setup(hecmat)
subroutine, public hecmw_matresid_66(hecmesh, hecmat, x, b, r, commtime)
integer(kind=4), parameter kreal
real(kind=kreal) function hecmw_wtime()