pymapdl
pymapdl copied to clipboard
Pythonic interface to MAPDL
### 🤓 Before submitting the issue - [X] I have visited the [Troubleshooting section](https://mapdl.docs.pyansys.com/troubleshoot/index.html). - [X] I have searched among the [existing issues](https://github.com/ansys/pymapdl/issues?q=). - [X] I am using a [Python...
### 🤓 Before submitting the issue - [X] I have visited the [Troubleshooting section](https://mapdl.docs.pyansys.com/troubleshoot/index.html). - [X] I have searched among the [existing issues](https://github.com/ansys/pymapdl/issues?q=). - [X] I am using a [Python...
#### == From internal email == (Copied and pasted as it is) On our training course this morning they had license issues (Not enough available licences at their site and...
## Context There are multiple versions of MAPDL (v23.1; ... v22.1). Most of the functions do not change between versions, but there are some of them which get new documentation....
Ideally we should have a way to inject information in the doc strings of functions we wrap. ## Context There are multiple versions of MAPDL (v23.1; ... v22.1). Most of...
### Description of the feature Currently the plotly widgets are not supported (white empty box). ### Steps for implementing the feature Probably there is some interesting information in: - https://github.com/plotly/plotly-sphinx-gallery...
=== Reported internally DK === It seems that running many times with the ``mapdl.non_interactive`` generates a ``MapdlExitedError`` error. ``` CRITICAL - - logging - handle_exception - Uncaught exception Traceback (most...
and maybe accept list of packages too?
In the attached model, ``mapdl.mesh`` and ``mapdl.mesh.grid`` give different results: ```py In [68]: mapdl.mesh.grid Out[68]: UnstructuredGrid (0x2a900402f40) N Cells: 7360 N Points: 28477 X Bounds: -3.175e-02, 3.175e-02 Y Bounds: -7.620e-03,...