Tria6.CalcStiffness Method

Computes element's stiffness matrix.
Public Overrides Sub CalcStiffness( _ 
ByVal nodes As Point3D(), _ 
ByVal elemIndex As Integer
)
This language is not supported or no code example is available.
public override void CalcStiffness( 
Point3D[] nodes
int elemIndex 
)
This language is not supported or no code example is available.

Parameters

nodes
Point3D[]

Mesh nodes

elemIndex
int

Element index

.NET Framework

Supported in: 4.8

In this article

Definition