28 integer(kind=kint),
intent(in) :: sym
64 real(kind=
kreal),
intent(in) :: r(:)
65 real(kind=
kreal),
intent(out) :: z(:), zp(:)
66 real(kind=
kreal),
intent(inout) :: time_precond
67 real(kind=
kreal),
intent(inout) :: commtime
68 integer(kind=kint ) :: i, iterpre, iterpremax
69 real(kind=
kreal) :: start_time, end_time
72 do iterpre= 1, iterpremax
86 time_precond = time_precond + end_time - start_time
89 do i= 1, hecmat%N * hecmat%NDOF
92 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_22_apply(hecmesh, hecmat, r, z, zp, time_precond, commtime)
subroutine, public hecmw_precond_22_setup(hecmat, hecmesh, sym)
subroutine, public hecmw_precond_22_clear(hecmat)
subroutine, public hecmw_precond_diag_22_clear()
subroutine, public hecmw_precond_diag_22_apply(ww)
subroutine, public hecmw_precond_diag_22_setup(hecmat)
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_22_clear(hecmat)
subroutine, public hecmw_precond_ssor_22_setup(hecmat)
subroutine, public hecmw_precond_ssor_22_apply(zp)
subroutine, public hecmw_matresid_22(hecmesh, hecmat, x, b, r, commtime)
integer(kind=4), parameter kreal
real(kind=kreal) function hecmw_wtime()