Eyeshot 10 WinForms API Reference
ComputeTemp Method (Element3D)

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Element3D Class : ComputeTemp Method
Syntax
'Declaration
 
Protected Sub ComputeTemp( _
   ByVal tempLocal() As Double, _
   ByVal shapeFunc() As Double, _
   ByVal kgasp As Integer, _
   ByVal cartDeriv(,) As Double, _
   ByVal dvolu As Double _
) 
protected void ComputeTemp( 
   double[] tempLocal,
   double[] shapeFunc,
   int kgasp,
   double[,] cartDeriv,
   double dvolu
)

Parameters

tempLocal
shapeFunc
kgasp
cartDeriv
dvolu
See Also

Reference

Element3D Class
Element3D Members