64 TYPE(t_region
),
POINTER :: pregion
70 CHARACTER(CHRLEN) :: rcsidentstring
73 TYPE(t_grid),
POINTER :: pgrid
79 rcsidentstring =
'$RCSfile: RFLU_WriteSpecialCells.F90,v $ $Revision: 1.3 $'
81 global => pregion%global
84 'RFLU_WriteSpecialCells.F90')
86 IF ( global%myProcid == masterproc .AND. &
87 global%verbLevel > verbose_none )
THEN
88 WRITE(stdout,
'(A,1X,A)') solver_name,
'Writing special cells...'
103 WRITE(ifile,
'(I5.5)') pregion%iRegionGlobal
104 WRITE(ifile,
'(I3)') pgrid%nCellsSpecial
106 DO ics = 1,pgrid%nCellsSpecial
107 WRITE(ifile,
'(I6)') pgrid%cellsSpecial(ics)
114 IF ( global%myProcid == masterproc .AND. &
115 global%verbLevel > verbose_none )
THEN
116 WRITE(stdout,
'(A,1X,A)') solver_name,
'Writing special cells done.'
subroutine registerfunction(global, funName, fileName)
subroutine rflu_writespecialcells(pRegion)
subroutine deregisterfunction(global)