specfun
Source File
Modules
Procedures
lpn
Subroutine
22 statements
Source File
specfun.F90
specfun_module
lpn
Contents
public subroutine lpn(n, x, Pn, Pd)
Compute Legendre polynomials Pn(x) and their derivatives Pn'(x)
Arguments
Type
Intent
Optional
Attributes
Name
integer
::
n
real(kind=wp)
::
x
real(kind=wp),
dimension(0:n)
::
Pn
real(kind=wp),
dimension(0:n)
::
Pd