Enum IntegrationMethod
Namespace: SMT.MastaAPI.NodalAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public enum IntegrationMethod
Fields
Name | Description |
---|---|
BackwardEulerVelocity | First order implicit method. More stable than higher order methods and gives accurate acceleration results. |
ESDIRKOrder2 | Diagonally implicit Runge-Kutta method ESDIRK2(1)3L[2]SA |
ESDIRKOrder4 | Diagonally implicit Runge-Kutta method ESDIRK4(3)6L[2]SA |
Lobatto3COrder2 | Lobatto3C Order 2 |
Newmark | A second order method implicit method. Recommended when acceleration results are not required. |
WilsonTheta | Wilson Theta |