Enum ProSolveSolverType
Namespace: SMT.MastaAPI.FETools.VfxTools.VfxEnums
Assembly: SMT.MastaAPI.15.0.dll
Syntax
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. |