57 DOUBLE PRECISION,
INTENT(in) :: dalpha
62 INTEGER :: ireg, ipatch
69 TYPE (t_region
),
POINTER :: regions(:)
73 global => globalgenx%global
74 regions => globalgenx%regions
77 'RFLO_UpdateInbuffGm.F90' )
81 DO ireg=1,global%nRegions
82 IF (regions(ireg)%procid==global%myProcid .AND. &
83 regions(ireg)%active==active)
THEN
84 ilev = regions(ireg)%currLevel
85 DO ipatch=1,regions(ireg)%nPatches
86 patch => regions(ireg)%levels(ilev)%patches(ipatch)
87 IF (
patch%bcCoupled == bc_external)
THEN
88 patch%duAlp(:,:,:) = 0._rfreal
subroutine rflo_updateinbuffgm(globalGenx, dAlpha)
subroutine registerfunction(global, funName, fileName)
subroutine deregisterfunction(global)