 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntaxpublic int defSolverType { get; }Public ReadOnly Property defSolverType As Integer
Get
Dim instance As API
Dim value As Integer
value = instance.defSolverType
public:
property int defSolverType {
int get ();
}member defSolverType : int with get
Return Value
Int320 for default (slow, lability detection), 1 for DSS (fast, less memory consumption), 2 for SPOOLES (fast)
See Also