Click or drag to resize

APIdefSolverType Property

Get the system of equation type in standard solver. The property is read-only, use changeDefSolverType to modify it
REST path: /op/opt/defsolvertype
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int defSolverType { get; }

Return Value

Int32
0 for default (slow, lability detection), 1 for DSS (fast, less memory consumption), 2 for SPOOLES (fast)
See Also