SUPOLF Subroutine

public subroutine SUPOLF(KM, KNSMAX, DDMU, DDPOL, KCHEAP)

Uses

  • proc~~supolf~2~~UsesGraph proc~supolf~2 SUPOLF EC_PARKIND EC_PARKIND proc~supolf~2->EC_PARKIND module~tpm_pol TPM_POL proc~supolf~2->module~tpm_pol module~tpm_pol->EC_PARKIND

*** *SUPOL * - Routine to compute the Legendre polynomials

  • Interface. ---------- CALL *SUPOLF(KM,KNSMAX,DDMU,DDPOL,KCHEAP)

    1. First two columns. ------------------

      ordinary Legendre polynomials from series expansion


    KM >= 2


Arguments

Type IntentOptional Attributes Name
integer(kind=JPIM), intent(in) :: KM
integer(kind=JPIM), intent(in) :: KNSMAX
real(kind=JPRD), intent(in) :: DDMU
real(kind=JPRD), intent(out) :: DDPOL(0:KNSMAX)
integer(kind=JPIM), intent(in), optional :: KCHEAP