ansys.mapdl.core.Mapdl.quit#
- Mapdl.quit(**kwargs)#
Exits a processor.
Mechanical APDL Command: /QUIT
Notes
This is an alternative to the finish command. If any cleanup or file writing is normally done by the finish command, it is bypassed if the quit command is used instead. A new processor may be entered after this command. See the
/EXIT
command to terminate the run.This command is valid in any processor. This command is not valid at the Begin level.