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

Public Member Functions

subroutine, public rflu_ict_computetolerance (pRegion)
 
subroutine, public rflu_ict_testfaceplanar (pRegion, xLoc, yLoc, zLoc, icg, iPatch, ifg, dotp)
 
subroutine, public rflu_ict_testfacequadbilinear (pRegion, xLoc, yLoc, zLoc, iPatch, ifg, dotp)
 
LOGICAL function, public rflu_ict_testincell (pRegion, xLoc, yLoc, zLoc, icg)
 
subroutine, public rflu_ict_testincellfancy (pRegion, xLoc, yLoc, zLoc, icg, testInCell, iPatchOut, ifgOut)
 
subroutine, public rflu_ict_testincelllohner (pRegion, xLoc, yLoc, zLoc, icg, testInCell, iPatchOut, ifgOut)
 

Private Attributes

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

Detailed Description

Definition at line 39 of file RFLU_ModInCellTest.F90.

Member Function/Subroutine Documentation

subroutine, public rflu_ict_computetolerance ( type(t_region), pointer  pRegion)

Definition at line 92 of file RFLU_ModInCellTest.F90.

References moderror::deregisterfunction(), max(), and moderror::registerfunction().

Referenced by rflu_initflowsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_ict_testfaceplanar ( type(t_region), pointer  pRegion,
real(rfreal), intent(in)  xLoc,
real(rfreal), intent(in)  yLoc,
real(rfreal), intent(in)  zLoc,
integer, intent(in)  icg,
integer, intent(in)  iPatch,
integer, intent(in)  ifg,
real(rfreal), intent(out)  dotp 
)

Definition at line 262 of file RFLU_ModInCellTest.F90.

References moderror::deregisterfunction(), moderror::errorstop(), and moderror::registerfunction().

Referenced by rflu_ict_testincell(), rflu_ict_testincellfancy(), and rflu_ict_testincelllohner().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_ict_testfacequadbilinear ( type(t_region), pointer  pRegion,
real(rfreal), intent(in)  xLoc,
real(rfreal), intent(in)  yLoc,
real(rfreal), intent(in)  zLoc,
integer, intent(in)  iPatch,
integer, intent(in)  ifg,
real(rfreal), intent(out)  dotp 
)
subroutine, public rflu_ict_testincellfancy ( type(t_region), pointer  pRegion,
real(rfreal), intent(in)  xLoc,
real(rfreal), intent(in)  yLoc,
real(rfreal), intent(in)  zLoc,
integer, intent(in)  icg,
logical, intent(out)  testInCell,
integer, intent(out)  iPatchOut,
integer, intent(out)  ifgOut 
)
subroutine, public rflu_ict_testincelllohner ( type(t_region), pointer  pRegion,
real(rfreal), intent(in)  xLoc,
real(rfreal), intent(in)  yLoc,
real(rfreal), intent(in)  zLoc,
integer, intent(in)  icg,
logical, intent(out)  testInCell,
integer, intent(out)  iPatchOut,
integer, intent(out)  ifgOut 
)

Definition at line 966 of file RFLU_ModInCellTest.F90.

References moderror::deregisterfunction(), moderror::errorstop(), Mesh::GenericElement::nfaces(), moderror::registerfunction(), and rflu_ict_testfaceplanar().

Referenced by plag_rflu_modfindcells::plag_rflu_findcellslohner().

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_ModInCellTest.F90,v $ $Revision: 1.4 $'
private

Definition at line 64 of file RFLU_ModInCellTest.F90.


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