psfun_d_quadratureplot Subroutine

public subroutine psfun_d_quadratureplot(quad, dfun, filename, info)

Uses

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

Plots on the complex plane the quadrature poles, and plots the weights of the formula

Arguments

Type IntentOptional AttributesName
class(psfun_d_quadrature), intent(in) :: quad

Quadrature rule

procedure(dquadfun), intent(in), pointer:: dfun

Function to integrate

character(len=*), intent(in), optional :: filename

Filename for the figure

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

Result of the plot


Contents

None