Click or drag to resize

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
Members
  Member nameValueDescription
AfterEachIterationInLoadStep0 Stiffness matrix is updated after each iteration inside one load step (Full Newton-Raphson method)
AfterEachLoadStep1 Stiffness matrix is updated after each load step (constant for iteration in one load step, Modified Newton-Raphson method)
KeepConstant2 Stiffness matrix is kept constant
See Also