 | APIchangeDefSolverType Method |
Change the system of equation type in standard solver
REST path: /op/opt/changedefsolvertype/[type]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool changeDefSolverType(
int type
)
Public Function changeDefSolverType (
type As Integer
) As Boolean
Dim instance As API
Dim type As Integer
Dim returnValue As Boolean
returnValue = instance.changeDefSolverType(type)
public:
bool changeDefSolverType(
int type
)
member changeDefSolverType :
type : int -> bool
Parameters
- type Int32
- 0 for default (slow, lability detection), 1 for DSS (fast, less memory consumption), 2 for SPOOLES (fast)
Return Value
BooleanTrue if successful
See Also