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

Public Member Functions

subroutine rflu_buildc2cstencilbasic (pRegion, icg, stencilSizeMax, degr, c2cs)
 
subroutine, public rflu_buildc2cstencilwrapper (pRegion, icgInput, constrInput)
 
subroutine, public rflu_buildlistcc2cstencil (pRegion)
 
subroutine, public rflu_createc2cstencilwrapper (pRegion)
 
subroutine, public rflu_destroyc2cstencilwrapper (pRegion)
 
subroutine, public rflu_destroylistcc2cstencil (pRegion)
 
subroutine, public rflu_setinfoc2cstencilwrapper (pRegion, orderNominal)
 

Private Member Functions

subroutine rflu_buildc2cstencil_1d (pRegion, fnDir, icgBeg, icgEnd)
 
subroutine rflu_buildc2cstencil_1d_g (pRegion, dir, icgBeg, icgEnd)
 
subroutine rflu_buildc2cstencil (pRegion, icgBeg, icgEnd, addBFaces)
 
subroutine rflu_buildc2cstencilbasic_1d (pRegion, icg, stencilSizeMax, dir, degr, c2cs1D)
 
subroutine rflu_createc2cstencil_1d (pRegion)
 
subroutine rflu_createc2cstencil (pRegion)
 
subroutine rflu_destroyc2cstencil_1d (pRegion)
 
subroutine rflu_destroyc2cstencil (pRegion)
 
subroutine rflu_nullifyc2cstencil_1d (pRegion)
 
subroutine rflu_nullifyc2cstencil (pRegion)
 
subroutine rflu_setinfoc2cstencil_1d (pRegion, orderNominal)
 
subroutine rflu_setinfoc2cstencil (pRegion, orderNominal)
 

Private Attributes

character(chrlen) rcsidentstring = '$RCSfile: RFLU_ModStencilsCells.F90,v $ $Revision: 1.18 $'
 

Detailed Description

Definition at line 39 of file RFLU_ModStencilsCells.F90.

Member Function/Subroutine Documentation

subroutine rflu_buildc2cstencil ( type(t_region), pointer  pRegion,
integer, intent(in)  icgBeg,
integer, intent(in)  icgEnd,
logical, intent(in)  addBFaces 
)
private
subroutine rflu_buildc2cstencil_1d ( type(t_region), pointer  pRegion,
integer, intent(in)  fnDir,
integer, intent(in)  icgBeg,
integer, intent(in)  icgEnd 
)
private
subroutine rflu_buildc2cstencil_1d_g ( type(t_region), pointer  pRegion,
integer, intent(in)  dir,
integer, intent(in)  icgBeg,
integer, intent(in)  icgEnd 
)
private
subroutine rflu_buildc2cstencilbasic ( type(t_region), pointer  pRegion,
integer, intent(in)  icg,
integer, intent(in)  stencilSizeMax,
integer, intent(out)  degr,
integer, dimension(stencilsizemax), intent(out)  c2cs 
)
subroutine rflu_buildc2cstencilbasic_1d ( type(t_region), pointer  pRegion,
integer, intent(in)  icg,
integer, intent(in)  stencilSizeMax,
integer, intent(in)  dir,
integer, intent(out)  degr,
integer, dimension(stencilsizemax), intent(out)  c2cs1D 
)
private
subroutine, public rflu_buildc2cstencilwrapper ( type(t_region), pointer  pRegion,
integer, intent(in), optional  icgInput,
integer, intent(in), optional  constrInput 
)
subroutine, public rflu_buildlistcc2cstencil ( type(t_region), pointer  pRegion)

Definition at line 1703 of file RFLU_ModStencilsCells.F90.

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

Referenced by rflu_initflowsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_createc2cstencil ( type(t_region), pointer  pRegion)
private

Definition at line 1939 of file RFLU_ModStencilsCells.F90.

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

Referenced by rflu_createc2cstencilwrapper().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_createc2cstencil_1d ( type(t_region), pointer  pRegion)
private

Definition at line 1828 of file RFLU_ModStencilsCells.F90.

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

Referenced by rflu_createc2cstencilwrapper().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_createc2cstencilwrapper ( type(t_region), pointer  pRegion)
subroutine rflu_destroyc2cstencil ( type(t_region), pointer  pRegion)
private

Definition at line 2240 of file RFLU_ModStencilsCells.F90.

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

Referenced by rflu_destroyc2cstencilwrapper().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_destroyc2cstencil_1d ( type(t_region), pointer  pRegion)
private

Definition at line 2108 of file RFLU_ModStencilsCells.F90.

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

Referenced by rflu_destroyc2cstencilwrapper().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_destroyc2cstencilwrapper ( type(t_region), pointer  pRegion)
subroutine, public rflu_destroylistcc2cstencil ( type(t_region), pointer  pRegion)

Definition at line 2427 of file RFLU_ModStencilsCells.F90.

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

Referenced by rflu_endflowsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_nullifyc2cstencil ( type(t_region), pointer  pRegion)
private

Definition at line 2604 of file RFLU_ModStencilsCells.F90.

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

Referenced by rflu_createc2cstencil(), and rflu_destroyc2cstencil().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_nullifyc2cstencil_1d ( type(t_region), pointer  pRegion)
private

Definition at line 2520 of file RFLU_ModStencilsCells.F90.

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

Referenced by rflu_createc2cstencil_1d(), and rflu_destroyc2cstencil_1d().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_setinfoc2cstencil ( type(t_region), pointer  pRegion,
integer, intent(in)  orderNominal 
)
private

Definition at line 2803 of file RFLU_ModStencilsCells.F90.

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

Referenced by rflu_setinfoc2cstencilwrapper().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_setinfoc2cstencil_1d ( type(t_region), pointer  pRegion,
integer, intent(in)  orderNominal 
)
private

Definition at line 2691 of file RFLU_ModStencilsCells.F90.

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

Referenced by rflu_setinfoc2cstencilwrapper().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_setinfoc2cstencilwrapper ( type(t_region), pointer  pRegion,
integer, intent(in)  orderNominal 
)

Member Data Documentation

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

Definition at line 70 of file RFLU_ModStencilsCells.F90.


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