Version: 13.0

    Show / Hide Table of Contents

    Enum ProSolveSolverType

    Namespace: SMT.MastaAPI.FETools.VfxTools.VfxEnums
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("5caf159a-5607-59b0-7205-a03a1eda220e")]
    [ApiEnumFor("SMT.SMTDevTools.VfxTools.VfxEnums.ProSolveSolverType, SMT.SMTDevTools")]
    public enum ProSolveSolverType

    Fields

    Name Description
    Leftlooking

    Traditional solver algorithm. This method was the default prior to MASTA 11. Does not have an out of core option.

    ParallelMultifrontal

    Default solver type. Usually the fastest option, but uses slightly more memory than the left-looking solver.

    SerialMultifrontal

    Single threaded version of the multi-frontal solver.

    Back to top