66 DOUBLE PRECISION,
INTENT(IN) :: dalpha
73 CHARACTER(CHRLEN) :: rcsidentstring
74 INTEGER :: ipatch,ireg,iv
76 TYPE(t_patch),
POINTER :: ppatch
77 TYPE(t_region
),
POINTER :: pregion
83 rcsidentstring =
'$RCSfile: RFLU_UpdateInbuffGm.F90,v $ $Revision: 1.6 $'
85 global => globalgenx%global
88 'RFLU_UpdateInbuffGm.F90')
94 DO ireg = 1,global%nRegionsLocal
95 pregion => globalgenx%levels(1)%regions(ireg)
97 DO ipatch = 1,pregion%grid%nPatches
98 ppatch => pregion%patches(ipatch)
100 DO iv = 1,ppatch%nBVert
101 ppatch%duAlp(xcoord,iv) = 0.0_rfreal
102 ppatch%duAlp(ycoord,iv) = 0.0_rfreal
103 ppatch%duAlp(zcoord,iv) = 0.0_rfreal
106 DO iv = ppatch%nBVert+1,ppatch%nBVertTot
107 ppatch%duAlp(xcoord,iv) =
REAL(crazy_value_int,kind=rfreal)
108 ppatch%duAlp(ycoord,iv) =
REAL(crazy_value_int,kind=rfreal)
109 ppatch%duAlp(zcoord,iv) =
REAL(crazy_value_int,kind=rfreal)
subroutine rflu_updateinbuffgm(globalGenx, dAlpha)
subroutine registerfunction(global, funName, fileName)
subroutine deregisterfunction(global)