pymapdl
pymapdl copied to clipboard
Pythonic interface to MAPDL
Gather information about a reported issue with ``MapdlPool`` speed. ## Notes All the results use **v222** on Windows. Pool uses 8 cores, which are the physical cores of my laptop....
Currently: ``` thick=3.0 CYL4, thick, 0, 1, , , , thick ``` is being converted to: ```python mapdl.run("thick=3.0") mapdl.cyl4("thick" 0, "1", "", "", "", "thick") ``` Shouldn't it be converted...
The PDF documentation presents some format issues, such as: ## **Overflowing column text**  ## **Overflowing tables**  ## **Shouldn't be there a list of chapters?**  ## Useless section??...
### Description Some commands such ``*GET``, ``TB`` and many more have very long documentation in the command reference. I feel like, it is very long. Some Note sections cover all...
This is a pretty big task, but I think it would be worthwhile to have type hints wherever it is sensible. We already have them in a few places. E.g....
When using SHELL-Elements with multiple layers `eshape` does not enable the plotting of the individual thicknesses. Example: ````python from ansys.mapdl.core import launch_mapdl mapdl = launch_mapdl() mapdl.finish() mapdl.run("/clear") mapdl.prep7() mapdl.et(1, "SHELL181")...
## Description For some reason, the performance of MAPDL server got decreased quite a lot from v212, to v222 (and kept in this way unless until 2023R1). There is also...
Follow: https://sphinx-gallery.github.io/stable/configuration.html#add-intersphinx-links-to-your-examples
This new Numpy version requires major changes on PyMAPDL and upstream packages (``pymapdl-reader``), hence I will have to find some time to do this. I'm ignoring it for the moment....
Since updating to the latest PyMAPDL version I've found the new lplot and kplot implementations to be really slow and unresponsive. Rotating the views, zooming in or zooming out, displacement,...