46 SUBROUTINE rflupost(caseString,stampString,verbLevel)
79 CHARACTER(*) :: casestring,stampstring
80 INTEGER,
INTENT(IN) :: verblevel
86 CHARACTER(CHRLEN) :: casename,nregions,rcsidentstring,stamp
87 INTEGER :: errorflag,ireg
88 TYPE(t_region
),
POINTER :: pregion
90 TYPE(t_level
),
POINTER :: levels(:)
96 rcsidentstring =
'$RCSfile: rflupost.F90,v $ $Revision: 1.10 $'
102 ALLOCATE(global,stat=errorflag)
103 IF ( errorflag /= err_none )
THEN
104 WRITE(stderr,
'(A,1X,A)') solver_name,
'ERROR - Pointer allocation failed.'
108 casename = casestring(1:len(casestring))
109 stamp = stampstring(1:len(stampstring))
122 IF ( global%myProcid == masterproc )
THEN
124 IF ( global%verbLevel /= verbose_none )
THEN
148 IF ( global%flowType == flow_steady )
THEN
149 READ(stamp,*) global%currentIter
151 READ(stamp,*) global%currentTime
161 IF ( global%postOutputFormat == post_output_format_tecplot )
THEN
162 IF ( global%initFlowFlag /= initflow_fromhardcode )
THEN
163 CALL
errorstop(global,err_post_output_format_invalid,__line__)
165 global%warnCounter = global%warnCounter + 1
166 WRITE(stdout,
'(A,1X,A,1X,A)') solver_name,
'*** WARNING ***', &
167 'TECPLOT library not available. Continuing anyway.'
176 IF ( global%postMergeFlag .EQV. .true.)
THEN
177 IF ( global%nRegionsLocal > 1 )
THEN
180 SELECT CASE ( global%postOutputFormat )
181 CASE ( post_output_format_tecplot )
183 CASE ( post_output_format_ensight )
186 CALL
errorstop(global,err_reached_default,__line__)
190 SELECT CASE ( global%postOutputFormat )
191 CASE ( post_output_format_tecplot )
193 CASE ( post_output_format_ensight )
196 CALL
errorstop(global,err_reached_default,__line__)
subroutine rflupost(caseString, stampString, verbLevel)
subroutine rflu_mergepostprocessregions(levels)
subroutine rflu_printwarninfo(global)
subroutine, public rflu_destroyregionmapping(global, mapType)
subroutine registerfunction(global, funName, fileName)
subroutine, public rflu_setregionmappingserial(global)
subroutine rflu_postprocessregions(levels)
subroutine, public rflu_readregionmappingfile(global, readMode, myProcId)
subroutine rflu_builddatastruct(global, levels)
subroutine rflu_setmoduletype(global, moduleType)
subroutine rflu_postprocessregions_ens(levels)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)
subroutine rflu_writeversionstring(global)
subroutine, public rflu_applyregionmapping(global, levels)
subroutine rflu_initglobal(casename, verbLevel, communicator, global)
subroutine, public rflu_imposeregionmappingserial(global)
subroutine, public rflu_createregionmapping(global, mapType)