66 TYPE(t_region
),
POINTER :: pregion
72 TYPE(t_region
),
DIMENSION(:),
POINTER :: regions
78 CHARACTER(CHRLEN) :: rcsidentstring
85 rcsidentstring =
'$RCSfile: RFLU_MoveGridWrapper.F90,v $ $Revision: 1.5 $'
87 global => regions(1)%global
90 'RFLU_MoveGridWrapper.F90')
96 DO ireg = 1,global%nRegionsLocal
97 pregion => regions(ireg)
98 IF(global%cnstrCaseRad > 0.0)
THEN
103 IF ( regions(1)%mixtInput%moveGridType == movegrid_type_disp )
THEN
105 ELSE IF ( regions(1)%mixtInput%moveGridType == movegrid_type_xyz )
THEN
108 ELSE IF ( regions(1)%mixtInput%moveGridType == movegrid_type_genx )
THEN
112 CALL
errorstop(global,err_reached_default,__line__)
subroutine rflu_movegriddisp(regions)
subroutine rflu_movegridwrapper(regions)
subroutine registerfunction(global, funName, fileName)
subroutine rflu_movegridxyz(regions, context)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)