Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RFLO_CalcGradVector.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine rflo_calcgradvector (region, iBegV, iEndV, iBegG, iEndG, var, gradi, gradj, gradk)
 
subroutine checkindxrange
 

Function/Subroutine Documentation

subroutine rflo_calcgradvector::checkindxrange ( )

Definition at line 138 of file RFLO_CalcGradVector.F90.

References moderror::errorstop(), gradi(), gradj(), i, idnbeg, idnend, j, jdnbeg, jdnend, k, kdnbeg, Aff_transformation_2< R_ >::m(), rflo_getcelloffset(), rflo_getdimensdummynodes(), rflo_getnodeoffset(), and StopWatch::stop().

Referenced by rflo_calcgradvector().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflo_calcgradvector ( type(t_region)  region,
integer  iBegV,
integer  iEndV,
integer  iBegG,
integer  iEndG,
real(rfreal), dimension(:,:), pointer  var,
real(rfreal), dimension(:,:), pointer  gradi,
real(rfreal), dimension(:,:), pointer  gradj,
real(rfreal), dimension(:,:), pointer  gradk 
)