sphy Subroutine

public subroutine sphy(n, x, Nm, Sy, Dy)

Compute spherical Bessel functions yn(x) and their derivatives

Arguments

Type IntentOptional Attributes Name
integer :: n
real(kind=wp) :: x
integer :: Nm
real(kind=wp), dimension(0:n) :: Sy
real(kind=wp), dimension(0:n) :: Dy

Called by

proc~~sphy~~CalledByGraph proc~sphy specfun_module::sphy proc~rmn2l specfun_module::rmn2l proc~rmn2l->proc~sphy proc~rswfo specfun_module::rswfo proc~rswfo->proc~rmn2l proc~rswfp specfun_module::rswfp proc~rswfp->proc~rmn2l