56 TYPE(t_region
),
POINTER :: regions(:)
59 INTEGER :: ireg, ipatch
67 global => regions(1)%global
70 'SURF_CountInteractingPatches.F90' )
76 DO ireg=1,global%nRegions
80 DO ipatch=1,regions(ireg)%nPatches
81 patch => regions(ireg)%levels(1)%patches(ipatch)
82 IF (
patch%bcCoupled == bc_external) ninteract = ninteract + 1
subroutine registerfunction(global, funName, fileName)
subroutine countinteractingpatches(regions, nInteract)
subroutine deregisterfunction(global)