Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element3D Class / StiffnessComputation Method / StiffnessComputation(Int32,Double[,],Double) Method

In This Topic
    StiffnessComputation(Int32,Double[,],Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Sub StiffnessComputation( _
       ByVal kgasp As Integer, _
       ByVal cartDeriv(,) As Double, _
       ByVal dvolu As Double _
    ) 
    protected void StiffnessComputation( 
       int kgasp,
       double[,] cartDeriv,
       double dvolu
    )

    Parameters

    kgasp
    cartDeriv
    dvolu
    See Also