quit#

Mapdl.quit(**kwargs)[source]#

Exits a processor.

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.