psfun_d_prec_init Subroutine

public subroutine psfun_d_prec_init(meth, ctxt, ptype, info)

Uses

    • psb_base_mod
    • amg_prec_mod
  • proc~~psfun_d_prec_init~~UsesGraph proc~psfun_d_prec_init psfun_d_prec_init amg_prec_mod amg_prec_mod proc~psfun_d_prec_init->amg_prec_mod psb_base_mod psb_base_mod proc~psfun_d_prec_init->psb_base_mod

This function performs the init of the preconditioner for the inner solve in the rational Krylov method

Arguments

Type IntentOptional AttributesName
class(psfun_d_krylov), intent(inout) :: meth

Krylov method

type(psb_ctxt_type), intent(in) :: ctxt

Parallel context

character(len=20), intent(in) :: ptype

PSBLAS/AMG4PSBLAS preconditioner

integer(kind=psb_ipk_) :: info

Result of the init call


Calls

proc~~psfun_d_prec_init~~CallsGraph proc~psfun_d_prec_init psfun_d_prec_init psb_erractionsave psb_erractionsave proc~psfun_d_prec_init->psb_erractionsave psb_errpush psb_errpush proc~psfun_d_prec_init->psb_errpush psb_erractionrestore psb_erractionrestore proc~psfun_d_prec_init->psb_erractionrestore

Contents

None