Public Member Functions | |
subroutine, public | plag_createsurfstats (pRegion) |
subroutine, public | plag_destroysurfstats (pRegion) |
subroutine, public | plag_gathersurfstats (pRegion, pPlag, pStatsPlag, ifl, iPcl, thetaAngle) |
subroutine, public | plag_readsurfstatswrapper (pRegion) |
subroutine, public | plag_writesurfstatswrapper (pRegion) |
Private Member Functions | |
subroutine, private | plag_closesurfstats (pRegion) |
subroutine, private | plag_createsurfstatskernel (pRegion, pStatsPlag) |
subroutine, private | plag_destroysurfstatskernel (global, pStatsPlag) |
subroutine, private | plag_initsurfstats (pRegion, pStatsPlag) |
subroutine, private | plag_nullifysurfstats (pRegion) |
subroutine, private | plag_opensurfstatsascii (pRegion, fileStatus, fileExists) |
subroutine, private | plag_opensurfstatsbinary (pRegion, fileStatus, fileExists) |
subroutine, private | plag_readsurfstatsascii (pRegion) |
subroutine, private | plag_readsurfstatsbinary (pRegion) |
subroutine, private | plag_readsurfstatskernelascii (pRegion, pStatsPlag) |
subroutine, private | plag_readsurfstatskernelbinary (pRegion, pStatsPlag) |
INTEGER function, private | plag_setbinindex (global, binMethod, nBins, diamMicron, diamBin, diamMin, diamMax) |
subroutine, private | plag_writesurfstatsascii (pRegion) |
subroutine, private | plag_writesurfstatsbinary (pRegion) |
subroutine, private | plag_writesurfstatskernelascii (pRegion, pStatsPlag) |
subroutine, private | plag_writesurfstatskernelbinary (pRegion, pStatsPlag) |
Private Attributes | |
character(chrlen), private | rcsidentstring = '$RCSfile: PLAG_ModSurfStats.F90,v $ $Revision: 1.13 $' |
Definition at line 39 of file PLAG_ModSurfStats.F90.
|
private |
Definition at line 124 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), moderror::errorstop(), and moderror::registerfunction().
Referenced by plag_readsurfstatswrapper(), and plag_writesurfstatswrapper().
subroutine, public plag_createsurfstats | ( | type(t_region), pointer | pRegion | ) |
Definition at line 206 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), moderror::errorstop(), plag_createsurfstatskernel(), plag_initsurfstats(), and moderror::registerfunction().
Referenced by rflu_initflowsolver(), and rflu_postprocessregionscommon1().
|
private |
Definition at line 314 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), moderror::errorstop(), and moderror::registerfunction().
Referenced by plag_createsurfstats().
subroutine, public plag_destroysurfstats | ( | type(t_region), pointer | pRegion | ) |
Definition at line 402 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), moderror::errorstop(), plag_destroysurfstatskernel(), plag_nullifysurfstats(), and moderror::registerfunction().
Referenced by rflu_endflowsolver(), and rflu_postprocessregionscommon2().
|
private |
Definition at line 489 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), moderror::errorstop(), and moderror::registerfunction().
Referenced by plag_destroysurfstats().
subroutine, public plag_gathersurfstats | ( | type(t_region), pointer | pRegion, |
type(t_plag), pointer | pPlag, | ||
type(t_surfstats_plag), dimension(:), pointer | pStatsPlag, | ||
integer, intent(in) | ifl, | ||
integer, intent(in) | iPcl, | ||
real(kind=rfreal), intent(in) | thetaAngle | ||
) |
Definition at line 569 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), plag_setbinindex(), moderror::registerfunction(), sqrt(), and CImg< T >::sum().
Referenced by plag_rflu_modfindcells::plag_rflu_findcellstrajfast(), and plag_rflu_modfindcells::plag_rflu_findcellstrajsafe().
|
private |
Definition at line 708 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), and moderror::registerfunction().
Referenced by plag_createsurfstats().
|
private |
Definition at line 794 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), and moderror::registerfunction().
Referenced by plag_destroysurfstats().
|
private |
Definition at line 880 of file PLAG_ModSurfStats.F90.
References buildfilenameunsteady(), moderror::deregisterfunction(), moderror::errorstop(), form, moderror::registerfunction(), and Attribute::status().
Referenced by plag_readsurfstatswrapper(), and plag_writesurfstatswrapper().
|
private |
Definition at line 1001 of file PLAG_ModSurfStats.F90.
References buildfilenameunsteady(), moderror::deregisterfunction(), moderror::errorstop(), form, moderror::registerfunction(), and Attribute::status().
Referenced by plag_readsurfstatswrapper(), and plag_writesurfstatswrapper().
|
private |
Definition at line 1118 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), moderror::errorstop(), plag_readsurfstatskernelascii(), and moderror::registerfunction().
Referenced by plag_readsurfstatswrapper().
|
private |
Definition at line 1276 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), moderror::errorstop(), plag_readsurfstatskernelbinary(), and moderror::registerfunction().
Referenced by plag_readsurfstatswrapper().
|
private |
Definition at line 1435 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), and moderror::registerfunction().
Referenced by plag_readsurfstatsascii().
|
private |
Definition at line 1527 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), and moderror::registerfunction().
Referenced by plag_readsurfstatsbinary().
subroutine, public plag_readsurfstatswrapper | ( | type(t_region), pointer | pRegion | ) |
Definition at line 1623 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), moderror::errorstop(), plag_closesurfstats(), plag_opensurfstatsascii(), plag_opensurfstatsbinary(), plag_readsurfstatsascii(), plag_readsurfstatsbinary(), and moderror::registerfunction().
Referenced by rflu_initflowsolver(), and rflu_postprocessregionscommon1().
|
private |
Definition at line 1719 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), moderror::errorstop(), min(), and moderror::registerfunction().
Referenced by plag_gathersurfstats().
|
private |
Definition at line 1790 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), plag_writesurfstatskernelascii(), and moderror::registerfunction().
Referenced by plag_writesurfstatswrapper().
|
private |
Definition at line 1909 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), plag_writesurfstatskernelbinary(), and moderror::registerfunction().
Referenced by plag_writesurfstatswrapper().
|
private |
Definition at line 2032 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), and moderror::registerfunction().
Referenced by plag_writesurfstatsascii().
|
private |
Definition at line 2124 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), and moderror::registerfunction().
Referenced by plag_writesurfstatsbinary().
subroutine, public plag_writesurfstatswrapper | ( | type(t_region), pointer | pRegion | ) |
Definition at line 2214 of file PLAG_ModSurfStats.F90.
References moderror::deregisterfunction(), moderror::errorstop(), plag_closesurfstats(), plag_opensurfstatsascii(), plag_opensurfstatsbinary(), plag_writesurfstatsascii(), plag_writesurfstatsbinary(), and moderror::registerfunction().
Referenced by rflu_endflowsolver(), rflu_modnewtonkrylov::rflu_nk_timestepping(), and rflu_timestepping().
|
private |
Definition at line 65 of file PLAG_ModSurfStats.F90.