Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element Class / StiffnessComputation Method

In This Topic
    StiffnessComputation Method (Element)
    In This Topic
    1) Construct the UPPER triangle of the stiffness matrix 2) Transform the stiffness for any local coordinates 3) Determines the lower and upper element connection indices
    Syntax
    'Declaration
     
    Protected Sub StiffnessComputation( _
       ByVal nodes() As Point3D _
    ) 
    protected void StiffnessComputation( 
       Point3D[] nodes
    )

    Parameters

    nodes
    See Also