psfun_z_quadratureplot Subroutine

public subroutine psfun_z_quadratureplot(quad, zfun, info, filename)

Uses

    • psb_base_mod
    • ogpf
  • proc~~psfun_z_quadratureplot~~UsesGraph proc~psfun_z_quadratureplot psfun_z_quadratureplot ogpf ogpf proc~psfun_z_quadratureplot->ogpf psb_base_mod psb_base_mod proc~psfun_z_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_z_quadrature), intent(in) :: quad

Quadrature rule

procedure(zquadfun), intent(in), pointer:: zfun

Function to integrate

integer(kind=psb_ipk_), intent(out) :: info
character(len=*), intent(in), optional :: filename

Contents

None