lsdump#
- Mapdl.lsdump(enginename='', filename='', **kwargs)#
Dumps a linear solver engine to a binary File.
APDL Command:
*LSDUMP
- Parameters:
- enginename
Name used to identify this engine. Must have been previously created using
*LSENGINE
and factorized using*LSFACTOR
.- filename
Name of the file to create.
Notes
Dumps a previously factorized linear solver system to a binary file. Only LAPACK and BCS linear solvers can be used with this feature. The Linear Solver can later be restored with the
*LSRESTORE
command.A BCS Sparse Solver can be dumped only if uses the INCORE memory option (see BCSOPTION).