psfun_d_plot_info Subroutine

public subroutine psfun_d_plot_info(meth, fun, iter, res, info)

Uses

    • psb_base_mod
    • ogpf
  • proc~~psfun_d_plot_info~~UsesGraph proc~psfun_d_plot_info psfun_d_plot_info ogpf ogpf proc~psfun_d_plot_info->ogpf psb_base_mod psb_base_mod proc~psfun_d_plot_info->psb_base_mod

This function plots the convergence history of the Krylov method

Arguments

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

Krylov method

type(psfun_d_serial), intent(inout) :: fun

Function object

integer(kind=psb_ipk_), intent(in) :: iter

Number of iteration

real(kind=psb_dpk_), intent(in), dimension(:):: res

Residual vector

integer(kind=psb_ipk_), intent(out) :: info

Result of the Gnuplot call


Contents

None