*** CPLEDN - Routine to compute the Legendre polynomial of degree N
Interface. ---------- CALL CPLEDN(KN,KDBLE,PX,DDX,KFLAG,PW,PXN,DDXN,PXMOD)
1.1 NEWTON ITERATION STEP.
2. Double precision computations.
------------------------------
2.1 NEWTON ITERATION STEP.
3. Computes weight.
----------------
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=JPIM) | :: | KN | ||||
| integer(kind=JPIM) | :: | KDBLE | ||||
| real(kind=JPRB) | :: | PX | ||||
| real(kind=JPRH) | :: | DDX | ||||
| integer(kind=JPIM) | :: | KFLAG | ||||
| real(kind=JPRB) | :: | PW | ||||
| real(kind=JPRB) | :: | PXN | ||||
| real(kind=JPRH) | :: | DDXN | ||||
| real(kind=JPRB) | :: | PXMOD |