Version: 15.0

    Show / Hide Table of Contents

    Enum ProSolveEigenmethod

    Namespace: SMT.MastaAPI.FETools.VfxTools.VfxEnums
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum ProSolveEigenmethod

    Fields

    Name Description
    AMLS

    Automatic Multi-Level Substructuring. Recommended for larger models where a large number of modes are required, as the calculation is likely to be faster in these cases, compared with using the Lanczos solver.

    Lanczos

    Traditional eigensolver method. Faster for small models.

    Back to top