CPLEDN_MOD Module


Used by

  • module~~cpledn_mod~2~~UsedByGraph module~cpledn_mod~2 CPLEDN_MOD proc~gawl GAWL proc~gawl->module~cpledn_mod~2 proc~gawl~2 GAWL proc~gawl~2->module~cpledn_mod~2

Subroutines

public subroutine CPLEDN(KN, KODD, PFN, PX, KFLAG, PW, PXN, PXMOD)

*** CPLEDN - Routine to perform a single Newton iteration step to find the zero of the ordinary Legendre polynomial of degree N

Read more…

Arguments

Type IntentOptional Attributes Name
integer(kind=JPIM), intent(in) :: KN
integer(kind=JPIM), intent(in) :: KODD
real(kind=JPRD), intent(in) :: PFN(0:KN/2)
real(kind=JPRD), intent(in) :: PX
integer(kind=JPIM), intent(in) :: KFLAG
real(kind=JPRD), intent(out) :: PW
real(kind=JPRD), intent(inout) :: PXN
real(kind=JPRD), intent(out) :: PXMOD