This function performs the init of the preconditioner for the inner solve in the rational Krylov method
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 |