Version: 13.0

    Show / Hide Table of Contents

    Enum IntegrationMethod

    Namespace: SMT.MastaAPI.NodalAnalysis
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("ca71fab1-2e24-45fc-bb77-6a5c83b32d11")]
    [ApiEnumFor("SMT.NodalAnalysis.IntegrationMethod, SMT.NodalAnalysis")]
    public enum IntegrationMethod

    Fields

    Name Description
    BackwardEulerAcceleration

    Backward Euler (Acceleration)

    BackwardEulerVelocity

    First order implicit method. More stable than higher order methods and gives accurate acceleration results.

    HHT

    HHT

    Lobatto3AOrder2

    Lobatto3A Order 2

    Lobatto3COrder2

    Lobatto3C Order 2

    Newmark

    A second order method implicit method. Recommended when acceleration results are not required.

    NewmarkAcceleration

    Newmark (Acceleration)

    Rosenbrock43

    Rosenbrock 4-3

    RungeKutta45Explicit

    Runge-Kutta 4-5 Explicit

    SemiImplicitExtrapolationMethod

    Semi-Implicit Extrapolation Method

    WilsonTheta

    Wilson Theta

    Back to top