lqmns Subroutine

public subroutine lqmns(m, n, x, Qm, Qd)

Compute associated Legendre functions Qmn(x) and Qmn'(x) for a given order

Arguments

Type IntentOptional Attributes Name
integer :: m
integer :: n
real(kind=wp) :: x
real(kind=wp), dimension(0:n) :: Qm
real(kind=wp), dimension(0:n) :: Qd

Called by

proc~~lqmns~~CalledByGraph proc~lqmns specfun_module::lqmns proc~rmn2sp specfun_module::rmn2sp proc~rmn2sp->proc~lqmns proc~rswfp specfun_module::rswfp proc~rswfp->proc~rmn2sp