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

Public Member Functions

subroutine rflu_computegradcells_2d (pRegion, iBegVar, iEndVar, iBegGrad, iEndGrad, var, grad)
 
subroutine, public rflu_computegradcellswrapper (pRegion, iBegVar, iEndVar, iBegGrad, iEndGrad, varInfo, var, grad)
 

Private Member Functions

subroutine rflu_computegradcells_1d (pRegion, iBegVar, iEndVar, iBegGrad, iEndGrad, var, grad)
 
subroutine rflu_computegradcells_3d (pRegion, iBegVar, iEndVar, iBegGrad, iEndGrad, var, grad)
 
subroutine rflu_computegradcellsfast_2d (pRegion, iBegVar, iEndVar, iBegGrad, iEndGrad, var, grad)
 
subroutine rflu_computegradcellsfast_3d (pRegion, iBegVar, iEndVar, iBegGrad, iEndGrad, var, grad)
 
subroutine rflu_computegradcellsconstr (pRegion, iBegVar, iEndVar, iBegGrad, iEndGrad, varInfo, var, grad)
 

Private Attributes

character(chrlen) rcsidentstring = '$RCSfile: RFLU_ModDifferentiationCells.F90,v $ $Revision: 1.12 $'
 

Detailed Description

Definition at line 39 of file RFLU_ModDifferentiationCells.F90.

Member Function/Subroutine Documentation

subroutine rflu_computegradcells_1d ( 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 95 of file RFLU_ModDifferentiationCells.F90.

References moderror::deregisterfunction(), moderror::errorstop(), Generic_element_2::order(), moderror::registerfunction(), and rflu_modweights::rflu_computewtsx2c_1d().

Referenced by rflu_computegradcellswrapper().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_computegradcells_2d ( 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 
)
subroutine rflu_computegradcells_3d ( 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
subroutine rflu_computegradcellsconstr ( 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 
)
private
subroutine rflu_computegradcellsfast_2d ( type(t_region), pointer  pRegion,
integer  iBegVar,
integer  iEndVar,
integer  iBegGrad,
integer  iEndGrad,
real(rfreal), dimension(:,:), pointer  var,
real(rfreal), dimension(:,:,:), pointer  grad 
)
private

Definition at line 693 of file RFLU_ModDifferentiationCells.F90.

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

Referenced by rflu_computegradcellswrapper().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_computegradcellsfast_3d ( type(t_region), pointer  pRegion,
integer  iBegVar,
integer  iEndVar,
integer  iBegGrad,
integer  iEndGrad,
real(rfreal), dimension(:,:), pointer  var,
real(rfreal), dimension(:,:,:), pointer  grad 
)
private

Definition at line 925 of file RFLU_ModDifferentiationCells.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_computegradcellswrapper().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_computegradcellswrapper ( 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 
)

Member Data Documentation

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

Definition at line 61 of file RFLU_ModDifferentiationCells.F90.


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