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

Public Member Functions

subroutine, public rflu_computegradfacesconstr (pRegion, iBegVar, iEndVar, iBegGrad, iEndGrad, varInfo, var, grad)
 
subroutine, public rflu_computegradfaceswrapper (pRegion, iBegVar, iEndVar, iBegGrad, iEndGrad, var, grad)
 
subroutine, public rflu_computegradconstrained (global, dimens, nCellMembs, nBFaceMembs, order, dra, drb, rhsa, rhsb, gradLocal)
 

Private Member Functions

subroutine rflu_computegradfaces (pRegion, iBegVar, iEndVar, iBegGrad, iEndGrad, var, grad)
 

Private Attributes

character(chrlen) rcsidentstring = '$RCSfile: RFLU_ModDifferentiationFaces.F90,v $ $Revision: 1.9 $'
 

Detailed Description

Definition at line 39 of file RFLU_ModDifferentiationFaces.F90.

Member Function/Subroutine Documentation

subroutine, public rflu_computegradconstrained ( type(t_global), pointer  global,
integer, intent(in)  dimens,
integer  nCellMembs,
integer  nBFaceMembs,
integer  order,
real(rfreal), dimension(xcoord:zcoord,ncellmembs)  dra,
real(rfreal), dimension(xcoord:zcoord,nbfacemembs)  drb,
real(rfreal), dimension(ncellmembs)  rhsa,
real(rfreal), dimension(nbfacemembs)  rhsb,
real(rfreal), dimension(xcoord:xyzmag)  gradLocal 
)
subroutine rflu_computegradfaces ( type(t_region), pointer  pRegion,
integer, intent(in)  iBegVar,
integer, intent(in)  iEndVar,
integer, intent(in)  iBegGrad,
integer, intent(in)  iEndGrad,
real(rfreal), dimension(:,:), pointer  var,
real(rfreal), dimension(:,:,:), pointer  grad 
)
private

Definition at line 105 of file RFLU_ModDifferentiationFaces.F90.

References moderror::deregisterfunction(), dx, dy, Direction_3< R, T >::dz(), moderror::errorstop(), moderror::registerfunction(), sqrt(), and Kdtree_d< Traits >::ExtPoint::term().

Referenced by rflu_computegradfaceswrapper().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_computegradfacesconstr ( type(t_region), pointer  pRegion,
integer, intent(in)  iBegVar,
integer, intent(in)  iEndVar,
integer, intent(in)  iBegGrad,
integer, intent(in)  iEndGrad,
integer, dimension(ibegvar:iendvar), intent(in)  varInfo,
real(rfreal), dimension(:,:), pointer  var,
real(rfreal), dimension(:,:,:), pointer  grad 
)
subroutine, public rflu_computegradfaceswrapper ( type(t_region), pointer  pRegion,
integer, intent(in)  iBegVar,
integer, intent(in)  iEndVar,
integer, intent(in)  iBegGrad,
integer, intent(in)  iEndGrad,
real(rfreal), dimension(:,:), pointer  var,
real(rfreal), dimension(:,:,:), pointer  grad 
)

Member Data Documentation

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

Definition at line 63 of file RFLU_ModDifferentiationFaces.F90.


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