58 TYPE(t_region
),
POINTER :: regions(:)
59 INTEGER,
INTENT(IN) :: ireg
65 CHARACTER(CHRLEN) :: rcsidentstring
67 INTEGER :: ilev, npatches, bctype, iregsrc, ipatchsrc
75 '$RCSfile: PEUL_BoundaryConditionsSend.F90,v $ $Revision: 1.3 $'
77 global => regions(ireg)%global
80 'PEUL_BoundaryConditionsSend.F90' )
84 ilev = regions(ireg)%currLevel
85 npatches = regions(ireg)%nPatches
95 patch => regions(ireg)%levels(ilev)%patches(ipatch)
98 iregsrc =
patch%srcRegion
99 ipatchsrc =
patch%srcPatch
103 IF (bctype>=bc_regionconf .AND. bctype<=bc_regionconf+bc_range)
THEN
104 patchsrc => regions(iregsrc)%levels(ilev)%patches(ipatchsrc)
106 IF (regions(iregsrc)%procid /= global%myProcid)
THEN
subroutine peul_senddummyconf(region, regionSrc, patch)
subroutine registerfunction(global, funName, fileName)
subroutine peul_boundaryconditionssend(regions, iReg)
subroutine peul_sendcorneredgecells(regions, iReg)
subroutine deregisterfunction(global)