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

Go to the source code of this file.

Functions/Subroutines

subroutine facecentroidtria (xyz, fCenX, fCenY, fCenZ)
 
subroutine facecentroidquad (xyz, fCenX, fCenY, fCenZ)
 

Function/Subroutine Documentation

subroutine facecentroidquad ( real(rfreal), dimension(3,4), intent(in)  xyz,
real(rfreal), intent(out)  fCenX,
real(rfreal), intent(out)  fCenY,
real(rfreal), intent(out)  fCenZ 
)

Definition at line 73 of file FaceCentroid.F90.

Referenced by rflu_modgeometry::rflu_buildgeometry(), rflu_computegridspeeds(), and rflu_modcobalt::rflu_convcobalt2rocflu().

Here is the caller graph for this function:

subroutine facecentroidtria ( real(rfreal), dimension(3,3), intent(in)  xyz,
real(rfreal), intent(out)  fCenX,
real(rfreal), intent(out)  fCenY,
real(rfreal), intent(out)  fCenZ 
)

Definition at line 47 of file FaceCentroid.F90.

Referenced by rflu_modgeometry::rflu_buildgeometry(), rflu_computegridspeeds(), and rflu_modcobalt::rflu_convcobalt2rocflu().

Here is the caller graph for this function: