-
I have an example simulation I'm working on and the forces don't look right from the results. Is there any way of plotting the mesh so I can see what I've done? Something like this |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
To review the mesh, you can use mapdl.eplot() to plot the elements, mapdl.nplot() to plot the nodes, or mapdl.gplot() to plot both at the same time. To display the boundary conditions that have been applied, use mapdl.pbc(). |
Beta Was this translation helpful? Give feedback.
-
To summarise, the boundary conditions cannot be plotted at the moment. This will be fixed once #963 is merged. |
Beta Was this translation helpful? Give feedback.
To summarise, the boundary conditions cannot be plotted at the moment.
This will be fixed once #963 is merged.