Version: 13.0

    Show / Hide Table of Contents

    Enum MassMatrixType

    Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("660c4eee-bb9d-a79c-e1f1-d559e3f639d8")]
    [ApiEnumFor("SMT.NodalAnalysis.DevToolsAnalyses.MassMatrixType, SMT.NodalAnalysis")]
    public enum MassMatrixType

    Fields

    Name Description
    Consistent

    Use a consistent mass matrix.

    Diagonal

    Use a diagonal mass matrix. This will generally reduce the memory requirements and processing time of the model.

    Back to top