67   TYPE(t_region
), 
POINTER :: pregion,pregionserial
 
   73   CHARACTER(CHRLEN) :: rcsidentstring
 
   75   TYPE(t_grid), 
POINTER :: pgrid
 
   81   rcsidentstring = 
'$RCSfile: RFLU_InitFlowSerialWrapper.F90,v $ $Revision: 1.4 $' 
   83   global => pregion%global
 
   86   'RFLU_InitFlowSerialWrapper.F90')
 
   88   IF ( global%verbLevel > verbose_none ) 
THEN  
   89     WRITE(stdout,
'(A,1X,A)') solver_name,
'Initializing from serial solution...' 
   92   IF ( global%verbLevel > verbose_low ) 
THEN  
   93     WRITE(stdout,
'(A,3X,A,1X,I5.5)') solver_name,
'Global region:', &
 
  101   pgrid => pregion%grid
 
  107   pregion%mixt%cvState = cv_mixt_state_cons
 
  110                                  pregionserial%mixt%cv)
 
  121   IF ( global%specUsed .EQV. .true. ) 
THEN 
  123                                    pregionserial%spec%cv)
 
  131   IF ( global%verbLevel > verbose_none ) 
THEN  
  132     WRITE(stdout,
'(A,1X,A)') solver_name, & 
 
  133                              'Initializing from serial solution done.' 
subroutine registerfunction(global, funName, fileName)
 
subroutine, public rflu_copy_celldatas2p_r2d(global, pGrid, var, varSerial)
 
subroutine rflu_initflowserialwrapper(pRegion, pRegionSerial)
 
subroutine deregisterfunction(global)