Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RFLO_FindSourceCell.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine rflo_findsourcecell (regions, iReg, iLev, ic, jc, kc, icell, found, rotate, iRegSrc)
 
subroutine rflo_sourcecell (region, regionSrc, patch, patchSrc, iLev, ic, jc, kc, icell, found)
 

Function/Subroutine Documentation

subroutine rflo_findsourcecell ( type(t_region), dimension(:), pointer  regions,
integer  iReg,
integer  iLev,
integer  ic,
integer  jc,
integer  kc,
integer  icell,
logical  found,
logical  rotate,
integer  iRegSrc 
)

Definition at line 52 of file RFLO_FindSourceCell.F90.

References moderror::deregisterfunction(), ibeg, ic, icell, iend, ipcbeg, ipcend, jbeg, jc, jend, jpcbeg, jpcend, kbeg, kc, kpcbeg, moderror::registerfunction(), rflo_getdimensphys(), rflo_getpatchindices(), rflo_sourcecell(), and CImg< T >::rotate().

Referenced by rflo_findsourceregions().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflo_sourcecell ( type(t_region)  region,
type(t_region)  regionSrc,
type(t_patch), pointer  patch,
type(t_patch), pointer  patchSrc,
integer  iLev,
integer  ic,
integer  jc,
integer  kc,
integer  icell,
logical  found 
)