pymapdl
                                
                                
                                
                                    pymapdl copied to clipboard
                            
                            
                            
                        Pythonic interface to MAPDL
## Description Testing ## Issue linked **Please mention the issue number or describe the problem this pull request addresses.** ## Checklist - [ ] I have visited and read [Develop...
As the tile, to easily bring in results from PRs made from forks
PyMAPDL allows to get the response PSD in a python environment. Below is given a script which is getting the velocity PSD of node 1410. Last 3 values from results...
It will be nice to have an example that combines Excel, Word, PDF and Latex reporting.
## Description **There's now a new command in MAPDL, called *PLUG, to allow the loading of external dynamic libraries, to dynamically add custom commands and features in MAPDL ( for...
As the title. Reference: https://sphinx-gallery.github.io/stable/auto_plotly_examples/plot_0_plotly.html#sphx-glr-auto-plotly-examples-plot-0-plotly-py Close #1211
This issue covers the PyMAPDL roadmap, and as such, it will be updated constantly. > [!WARNING] **⚠️ Disclaimer: No Guarantee of Resolution or Deadlines** This roadmap is for informational purposes...
## Description Active support for Python 3.13 Closes https://github.com/ansys/pymapdl/issues/3600 ## Checklist - [x] I have visited and read [Develop PyMAPDL](https://mapdl.docs.pyansys.com/version/stable/getting_started/develop_pymapdl.html#develop-pymapdl). - [x] I have [tested my changes locally](https://mapdl.docs.pyansys.com/version/stable/getting_started/develop_pymapdl.html#unit-testing) - [x]...
It says PyMAPDL-Reader, and it should not.
Consider implement something to perform selections easily. For instance, select the nodes at X=1, y=1 or 2, and z between 1 and 2. ```py mapdl.selector.select(X=1, y=[1,2], z=range(1,2)) ```