81 INTEGER,
INTENT(IN) :: istage
82 TYPE(t_region
),
POINTER :: pregion
88 CHARACTER(CHRLEN) :: rcsidentstring
92 TYPE(t_plag),
POINTER :: pplag
98 rcsidentstring =
'$RCSfile: PLAG_RFLU_Update.F90,v $ $Revision: 1.22 $'
100 global => pregion%global
103 'PLAG_RFLU_Update.F90')
109 pplag => pregion%plag
111 ireg = pregion%iRegionGlobal
123 IF ( pplag%nPcls > 0 )
THEN
136 pplag%nCv,pplag%cv,pplag%cvOld,pplag%rhs,pplag%rhsSum)
158 SELECT CASE ( pregion%plagInput%findPclMethod )
159 CASE ( find_pcl_method_traj_fast )
161 CASE ( find_pcl_method_traj_safe )
163 CASE ( find_pcl_method_brute )
165 CASE ( find_pcl_method_oct )
167 CASE ( find_pcl_method_lohner )
170 CALL
errorstop(global,err_reached_default,__line__)
179 IF ( global%nRegions == 1 ) &
180 CALL plag_updatedatastruct(pregion)
187 IF ( istage == global%nrkSteps )
THEN
207 IF ( pregion%plagInput%breakupModel > plag_breakup_nomodel .AND. &
208 istage == global%nrkSteps )
THEN
216 IF ( pplag%nPcls > 0 .AND. istage == global%nrkSteps )
THEN
subroutine, public plag_rflu_findcellsoctmod(pRegion)
subroutine, public plag_rflu_findcellstrajfast(pRegion, iPclBeg, iPclEnd)
subroutine registerfunction(global, funName, fileName)
subroutine plag_rflu_injectiondriver(pRegion)
subroutine rkupdategeneric(region, varType, iStage, icBeg, icEnd, ivBeg, ivEnd, cv, cvOld, rhs, rhsSum)
subroutine, public plag_rflu_findcellsbrutemod(pRegion)
subroutine plag_calcbreakup(region, iReg)
subroutine plag_rflu_update(pRegion, iStage)
subroutine, public plag_rflu_initsendcounters(pRegion)
subroutine, public plag_rflu_findcellslohner(pRegion)
subroutine, public plag_rflu_computedisttot(pRegion)
subroutine plag_calcrhsposition(region)
LOGICAL function rflu_decideprint(global)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)
subroutine, public plag_reallocmemwrapper(pRegion)
subroutine, public plag_rflu_findcellstrajsafe(pRegion, iPclBeg, iPclEnd)