Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element3D Class / ComputeTemp Method

In This Topic
    ComputeTemp Method (Element3D)
    In This Topic
    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