Basic test for the quadrature routines from psfun_quadrature_mod
| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| integer(kind=psb_ipk_) | :: | N | ||||
| complex(kind=psb_dpk_), | allocatable, dimension(:) | :: | c | |||
| type(psb_ctxt_type) | :: | ctxt | ||||
| real(kind=psb_dpk_) | :: | eta | ||||
| integer(kind=psb_ipk_) | :: | i | ||||
| integer(kind=psb_ipk_) | :: | info | ||||
| character(len=20) | :: | name | ||||
| type(psfun_z_quadrature) | :: | quad | ||||
| procedure(zquadrule), | pointer | :: | quadformula | |||
| real(kind=psb_dpk_) | :: | rparams(2) | ||||
| real(kind=psb_dpk_) | :: | sign | ||||
| complex(kind=psb_dpk_), | allocatable, dimension(:) | :: | xi | |||
| procedure(zquadfun), | pointer | :: | zfun |
Function to integrate
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=psb_dpk_), | intent(in) | :: | z |