Click or drag to resize

APIchangeDefSolverType Method

Change the system of equation type in standard solver
REST path: /op/opt/changedefsolvertype/[type]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool changeDefSolverType(
	int type
)

Parameters

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

Return Value

Boolean
True if successful
See Also