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

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

    Parameters

    kgasp
    shapeFuncValues
    cartDeriv
    gaussPoints
    dvolu
    thick
    See Also