ansys.mapdl.core.Mapdl.lsrestore#

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

Restores a linear solver engine from a binary file.

Mechanical APDL Command: *LSRESTORE

Parameters:
enginenamestr

Name used to identify this engine.

filenamestr

Name of the file to read from.

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.

  • filename : str - Name of the file to read from.

Restores a previously dumped Linear Solver (see the lsdump command). This Linear Solver can be used to solve a linear system using the lsbac command.