GeometricNonLinearCaseUpdateStiffnessMatrixMethod Enumeration |
3D Frame Analysis Library
Enumerator with all possible cases for the update of the global stiffness matrix
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public enum UpdateStiffnessMatrixMethod
Public Enumeration UpdateStiffnessMatrixMethod
Members
| Member name | Value | Description |
---|
| AfterEachIterationInLoadStep | 0 |
Stiffness matrix is updated after each iteration inside one load step (Full Newton-Raphson method)
|
| AfterEachLoadStep | 1 |
Stiffness matrix is updated after each load step (constant for iteration in one load step, Modified Newton-Raphson method)
|
| KeepConstant | 2 |
Stiffness matrix is kept constant
|
See Also