lsrestore#
- Mapdl.lsrestore(enginename='', filename='', **kwargs)#
Restores a linear solver engine from a binary file.
APDL Command:
*LSRESTORE
- Parameters:
- enginename
Name used to identify this engine.
- filename
Name of the file to read from.
Notes
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.