ansys.mapdl.core.Mapdl.lsdump#

Mapdl.lsdump(enginename='', filename='', **kwargs)#

Dumps a linear solver engine to a binary File.

Mechanical APDL Command: *LSDUMP

Parameters:
enginenamestr

Name used to identify this engine. Must have been previously created using lsengine and factorized using lsfactor.

filenamestr

Name of the file to create.

Notes

Warning

This function contains specificities regarding the argument definitions. Please refer to the command documentation for further explanations.

Argument Descriptions

  • enginename : str - Name used to identify this engine. Must have been previously created using lsengine and factorized using lsfactor.

  • filename : str - Name of the file to create.

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 ).