68 INTEGER,
INTENT(IN) :: fluxpart
69 TYPE(t_region
),
POINTER :: pregion
75 CHARACTER(CHRLEN) :: rcsidentstring
82 rcsidentstring =
'$RCSfile: RFLU_ComputeFluxInv.F90,v $ $Revision: 1.3 $'
84 global => pregion%global
87 'RFLU_ComputeFluxInv.F90')
93 SELECT CASE ( pregion%mixtInput%spaceDiscr )
94 CASE ( discr_upw_roe )
96 CASE ( discr_upw_hllc )
97 IF ( fluxpart == flux_part_central .OR. fluxpart == flux_part_both )
THEN
100 CASE ( discr_upw_ausmplus )
101 IF ( fluxpart == flux_part_central .OR. fluxpart == flux_part_both )
THEN
105 CALL
errorstop(global,err_reached_default,__line__)
subroutine rflu_computefluxinv(pRegion, fluxPart)
subroutine registerfunction(global, funName, fileName)
subroutine, public rflu_roe_computeflux(pRegion, fluxPart)
subroutine, public rflu_hllc_computeflux(pRegion)
subroutine, public rflu_ausm_computeflux(pRegion)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)