RST File #2407
-
Hi, I have taken this command from the github page only but its not working. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
Hi @ShaileshFle mapdl.solve()
mapdl.finish()
mapdl.post1()
mapdl.set('last')
mapdl.reswrite(fname='mera') Mike |
Beta Was this translation helpful? Give feedback.
-
Hi @ShaileshFle Each command shows the processor that allows the command. Now some commands are allowed to be issued in multiple processors. For example we can define a boundary condition with the D command in both the /prep7 and /solution processors. At the bottom of the page all the GUI menu paths that lead to the command are shown. And from there we can infer which processor allows the command. Mike |
Beta Was this translation helpful? Give feedback.
-
Nothing against this flow of questions. But... please try to open different discussion for each of the topics. It helps to manage workload and search engine for future related queries. |
Beta Was this translation helpful? Give feedback.
Hi @ShaileshFle
Yes, see the Mechanical APDL help, Command Guide:
MAPDL Commands
Each command shows the processor that allows the command. Now some commands are allowed to be issued in multiple processors. For example we can define a boundary condition with the D command in both the /prep7 and /solution processors. At the bottom of the page all the GUI menu paths that lead to the command are shown. And from there we can infer which processor allows the command.
Mike