Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rflu_modgeometrytools Module Reference

Public Member Functions

subroutine, public rflu_computelinecellxsectfast (pRegion, xLoc, yLoc, zLoc, ex, ey, ez, icg, distOut, iPatchOut, ifgOut)
 
subroutine, public rflu_computelinecellxsectsafe (pRegion, xLoc, yLoc, zLoc, ex, ey, ez, icg, distOut, iPatchOut, ifgOut)
 
LOGICAL function, public rflu_testinboundbox (global, xLoc, yLoc, zLoc, xMin, xMax, yMin, yMax, zMin, zMax)
 
LOGICAL function, public rflu_testvectorcartaxisaligned (global, dr, dir)
 

Private Attributes

character(chrlen), private rcsidentstring = '$RCSfile: RFLU_ModGeometryTools.F90,v $ $Revision: 1.5 $'
 

Detailed Description

Definition at line 39 of file RFLU_ModGeometryTools.F90.

Member Function/Subroutine Documentation

subroutine, public rflu_computelinecellxsectfast ( type(t_region), pointer  pRegion,
real(rfreal), intent(inout)  xLoc,
real(rfreal), intent(inout)  yLoc,
real(rfreal), intent(inout)  zLoc,
real(rfreal), intent(in)  ex,
real(rfreal), intent(in)  ey,
real(rfreal), intent(in)  ez,
integer, intent(in)  icg,
real(rfreal), intent(out)  distOut,
integer, intent(out)  iPatchOut,
integer, intent(out)  ifgOut 
)
subroutine, public rflu_computelinecellxsectsafe ( type(t_region), pointer  pRegion,
real(rfreal), intent(inout)  xLoc,
real(rfreal), intent(inout)  yLoc,
real(rfreal), intent(inout)  zLoc,
real(rfreal), intent(in)  ex,
real(rfreal), intent(in)  ey,
real(rfreal), intent(in)  ez,
integer, intent(in)  icg,
real(rfreal), intent(out)  distOut,
integer, intent(out)  iPatchOut,
integer, intent(out)  ifgOut 
)
LOGICAL function, public rflu_testinboundbox ( type(t_global), pointer  global,
real(rfreal), intent(in)  xLoc,
real(rfreal), intent(in)  yLoc,
real(rfreal), intent(in)  zLoc,
real(rfreal), intent(in)  xMin,
real(rfreal), intent(in)  xMax,
real(rfreal), intent(in)  yMin,
real(rfreal), intent(in)  yMax,
real(rfreal), intent(in)  zMin,
real(rfreal), intent(in)  zMax 
)
LOGICAL function, public rflu_testvectorcartaxisaligned ( type(t_global), pointer  global,
real(rfreal), dimension(xcoord:zcoord), intent(inout)  dr,
integer, intent(in)  dir 
)

Definition at line 746 of file RFLU_ModGeometryTools.F90.

References moderror::deregisterfunction(), vector3d::dir(), and moderror::registerfunction().

Referenced by rflu_modstencilsutils::rflu_addcelllayer_1d_g(), and rflu_modstencilscells::rflu_buildc2cstencilbasic_1d().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

character(chrlen), private rcsidentstring = '$RCSfile: RFLU_ModGeometryTools.F90,v $ $Revision: 1.5 $'
private

Definition at line 62 of file RFLU_ModGeometryTools.F90.


The documentation for this module was generated from the following file: