pymapdl
pymapdl copied to clipboard
Pythonic interface to MAPDL
How to decouple it is still an unknown. We might need something simpler in the middle (`ansys-api-mapdl`)?? Pinging @clatapie and @koubaa for visibility.
Currently, this fail: ```py mapdl.parameters['mypar'] = "hi there" ``` I think it was due to parsing issues on the client. ## Suggestions: Use this: ```py mapdl.input_strings(""" STR_ARRAY= *DIM, STR_ARRAY, STRING,...
This fails because the shape is different: ``` >>> parameter = np.array([1,2,3]) >>> mapdl.parameters['temp_arr'] = parameter >>> assert np.allclose(parameter, mapdl.parameters['temp_arr']) E assert False E + where False = (array([1, 2]),...
Add links to MAPDL command documentation `*VEDIT` in [table](https://mapdl.docs.pyansys.com/version/stable/user_guide/mapdl.html#table-1).
### 🤓 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...
### Description of the feature The following pieces of docs are outdated: > The [Create a pool of MAPDL instances](https://mapdl.docs.pyansys.com/version/stable/user_guide/pool.html#ref-pymapdl-pool) module does not work when you are connecting to a...
As the title. I need to check if server side support this.
I had to remove the DPF CDB example because it was failing without an apparent reason. _Originally posted by @germa89 in https://github.com/ansys/pymapdl/issues/3475#issuecomment-2414584989_ I need to fix that ... or move...
### Discussed in https://github.com/ansys/pymapdl/discussions/3618 Originally posted by **derne058** December 12, 2024 Hi all, I am interested in retrieving all the loads applied on an FE model in Pymapdl. Is there...
**DISCLAIMER**: This issue was created by a bot in behalf of the PyAnsys Core team. We have not verified whether your repository is already supporting Python 3.13. If that's the...