The TELEMAC-MASCARET system  trunk
Functions/Subroutines
gradp.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine gradp (NS, NT, IKLE, AIRT, X, Y, DPX, DPY)
 

Function/Subroutine Documentation

◆ gradp()

subroutine gradp ( integer, intent(in)  NS,
integer, intent(in)  NT,
integer, dimension(nt,3), intent(in)  IKLE,
double precision, dimension(nt), intent(in)  AIRT,
double precision, dimension(ns), intent(in)  X,
double precision, dimension(ns), intent(in)  Y,
double precision, dimension(3,nt), intent(out)  DPX,
double precision, dimension(3,nt), intent(out)  DPY 
)
Parameters
[in]nsAIRT Area of triangles
[out]DPXGradient of bases functions with respect to x
[out]DPYGradient of bases functions with respect to y
[in]IKLEConnectivity table
[in]NSNumber of points in the mesh
[in]NTNumber of triangles in the mesh
[in]XAbscissae of nodes in the mesh
[in]YOrdinates of nodes in the mesh
[in]ntAIRT Area of triangles
[out]DPXGradient of bases functions with respect to x
[out]DPYGradient of bases functions with respect to y
[in]IKLEConnectivity table
[in]NSNumber of points in the mesh
[in]NTNumber of triangles in the mesh
[in]XAbscissae of nodes in the mesh
[in]YOrdinates of nodes in the mesh
[in]ikleAIRT Area of triangles
[out]DPXGradient of bases functions with respect to x
[out]DPYGradient of bases functions with respect to y
[in]IKLEConnectivity table
[in]NSNumber of points in the mesh
[in]NTNumber of triangles in the mesh
[in]XAbscissae of nodes in the mesh
[in]YOrdinates of nodes in the mesh

Definition at line 7 of file gradp.f.

+ Here is the caller graph for this function: