*** *SUPOL * - Routine to compute the Legendre polynomials
Interface. ---------- CALL *SUPOL(...)
ordinary Legendre polynomials from series expansion
---------------------------------------------------
Diagonal (the terms 0,0 and 1,1 have already been computed) Belousov, equation (23) -----------------------------------------------------------
General recurrence (Belousov, equation 17) -----------------------------------------
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=JPIM), | intent(in) | :: | KNSMAX | |||
real(kind=JPRD), | intent(in) | :: | PDDMU | |||
real(kind=JPRD), | intent(in) | :: | PFN(0:KNSMAX,0:KNSMAX) | |||
real(kind=JPRD), | intent(out) | :: | PDDPOL(0:KNSMAX,0:KNSMAX) |