lsfactor#
- Mapdl.lsfactor(enginename='', option='', **kwargs)#
Performs the numerical factorization of a linear solver system.
APDL Command:
*LSFACTOR
- Parameters:
- enginename
Name used to identify this engine. Must have been previously created using
*LSENGINE
.- option
Option to invert the matrix, used only with an LAPACK engine (
*LSENGINE,LAPACK
):
Notes
Performs the computationally intensive, memory intensive factorization of a matrix specified by
*LSENGINE
, using the solver engine also specified by*LSENGINE
.