Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PLAG_RFLO_FindGridMapping.F90 File Reference
#include "Indexing.h"
Include dependency graph for PLAG_RFLO_FindGridMapping.F90:

Go to the source code of this file.

Functions/Subroutines

subroutine plag_rflo_findgridmapping (regions)
 
subroutine plag_rflo_findsourcecell (regions, iReg, iLev, ic, jc, kc, found, iRegSrc, indexMapMat)
 
subroutine plag_rflo_sourcecell (region, regionSrc, patch, patchSrc, iLev, ic, jc, kc, found, indexMapMat)
 
subroutine plag_rflo_getfacemapping (mapMat, srcDir, srcFace)
 

Function/Subroutine Documentation

subroutine plag_rflo_findgridmapping ( type(t_region), dimension(:), pointer  regions)
subroutine plag_rflo_findsourcecell ( type(t_region), dimension(:), pointer  regions,
integer, intent(in)  iReg,
integer, intent(in)  iLev,
integer, intent(inout)  ic,
integer, intent(inout)  jc,
integer, intent(inout)  kc,
logical, intent(out)  found,
integer, intent(out)  iRegSrc,
integer, dimension(3,4), intent(out)  indexMapMat 
)

Definition at line 215 of file PLAG_RFLO_FindGridMapping.F90.

References moderror::deregisterfunction(), ibeg, ic, iend, ipcbeg, ipcend, jbeg, jc, jend, jpcbeg, jpcend, kbeg, kc, kpcbeg, plag_rflo_sourcecell(), moderror::registerfunction(), rflo_getdimensphys(), and rflo_getpatchindices().

Referenced by plag_rflo_findgridmapping().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine plag_rflo_getfacemapping ( integer, dimension(3,4), intent(in)  mapMat,
integer, dimension(3), intent(out)  srcDir,
integer, dimension(6), intent(out)  srcFace 
)

Definition at line 582 of file PLAG_RFLO_FindGridMapping.F90.

References idir, jdir, and kdir.

Referenced by plag_cecellsfacecentroids(), plag_cecellsfacevectors(), plag_rflo_findgridmapping(), and plag_rflo_sendmetrics().

Here is the caller graph for this function:

subroutine plag_rflo_sourcecell ( type(t_region)  region,
type(t_region)  regionSrc,
type(t_patch), pointer  patch,
type(t_patch), pointer  patchSrc,
integer, intent(in)  iLev,
integer, intent(inout)  ic,
integer, intent(inout)  jc,
integer, intent(inout)  kc,
logical, intent(inout)  found,
integer, dimension(3,4), intent(out)  indexMapMat 
)