pymapdl
pymapdl copied to clipboard
Pythonic interface to MAPDL
Currently we rely on console parsing and input/output to files to get arrays in/out from MAPDL. We should use gRPC methods to do this. This requires changes on the MAPDL...
Create a new attribute named `files` and allow the reporting of `mapdl` specific files. This should be done in the same approach as we use for the `parameters` and `post_processing`...
### π Before submitting the issue - [X] I have searched among the existing issues - [X] I am using a Python virtual environment ### π Description of the bug...
As the title. The key is to replace the class ``ansys-mapdl-reader.rst.Result`` by some class which provides the same interface. The complete lists of functions in that class are: Show list...
It is not strictly needed now, but it will be useful when we start to implement gRPC interface changes. ## References * https://pypi.org/project/pytest-benchmark/ * https://github.com/benchmark-action/github-action-benchmark Approach suggested by Dominik (not...
**Edit: Progress** - [x] basic pyvista Theme functionallity (PR #477) - [ ] discuss/add additional values for MapdlTheme class (numbering, etc.) - [ ] consider `plot_nodal...` -> `plot(solution: NodalSolution)` It...
### Before submitting the issue - [X] I have searched among the existing issues - [ ] I am using a Python virtual environment - [x] I have a fully...
https://github.com/beartype/beartype
### Description of the feature User feedback on PyMAPDL. - [ ] The *GET needs to be enhanced on the MAPDL side. For example: - [ ] We canβt get...
### Before submitting the issue - [X] I have searched among the existing issues - [X] I am using a Python virtual environment ### Description of the bug From #1419...