GAWL Subroutine

public subroutine GAWL(PFN, PL, PW, PEPS, KN, KITER, PMOD)

Uses

  • proc~~gawl~2~~UsesGraph proc~gawl~2 GAWL EC_PARKIND EC_PARKIND proc~gawl~2->EC_PARKIND module~cpledn_mod~2 CPLEDN_MOD proc~gawl~2->module~cpledn_mod~2

*** *GAWL * - Routine to perform the Newton loop

  • Interface. ---------- CALL *GAWL(PFN,PL,PW,PEPS,KN,KITER,PMOD)

    1. Newton iteration. -----------------

Arguments

Type IntentOptional Attributes Name
real(kind=JPRD), intent(in) :: PFN(0:KN/2)
real(kind=JPRD), intent(inout) :: PL
real(kind=JPRD), intent(out) :: PW
real(kind=JPRD), intent(in) :: PEPS
integer(kind=JPIM), intent(in) :: KN
integer(kind=JPIM), intent(out) :: KITER
real(kind=JPRD), intent(inout) :: PMOD

Calls

proc~~gawl~2~~CallsGraph proc~gawl~2 GAWL proc~cpledn CPLEDN proc~gawl~2->proc~cpledn