*LSENGINE

*LSENGINE, Type, EngineName, Matrix, Option
Creates a linear solver engine.

Compatible Products: – | Pro | Premium | Enterprise | Ent PP | Ent Solver | DYNA

Argument Descriptions

Type

Specifies the algorithm to be used:

BCS -- 

Boeing sparse solver (default if applied to sparse matrices).

DSS -- 

MKL sparse linear solver (Intel Windows and Linux systems only).

LAPACK -- 

LAPACK dense matrix linear solver (default if applied to dense matrices).

DSP -- 

Distributed sparse solver.

EngineName

Name used to identify this engine. Must be specified.

Matrix

Name of the matrix to solve.

Option

Option to control the memory mode of the DSS solver (used only if Type = DSS):

INCORE -- 

In-core memory mode.

OUTOFCORE -- 

Out-of-core memory mode.

Notes

This command creates a linear solver engine.

The BCS, DSS, and DSP solvers can only be used with sparse matrices. For dense matrices, use the LAPACK solver.

Menu Paths

This command cannot be accessed from a menu.

Release 18.2 - © ANSYS, Inc. All rights reserved.