pymapdl
pymapdl copied to clipboard
Pythonic interface to MAPDL
## On ``Local-min: v24.2-ubuntu``: ``` ============================= slowest 10 durations ============================= 80.40s call tests/test_pool.py::test_directory_names_function 80.37s call tests/test_pool.py::test_directory_names_function 50.01s call tests/test_launcher.py::test_license_type_keyword 44.05s call tests/test_launcher.py::test_license_type_keyword_names 41.07s call tests/test_launcher.py::test_license_type_additional_switch 21.14s teardown tests/test_pool.py::test_ip_port_n_instance[None-None-None-None-None-None-context0] 21.14s teardown...
### 🤓 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...
There is code which I'm not sure of its utility. https://github.com/ansys/pymapdl/blob/03f722e5c2f00b214a9612ef93e9b6e7b772acb4/src/ansys/mapdl/core/mapdl_core.py#L185-L186
The idea is to have another job after the matrix jobs (remote, local, and min) which checks that the latest versions jobs have passed. This job should execute always, regardless...
Working on #3257 and #3254, I realized that some tests do affect the tests after them (normally in a bad way). Although mentioned PRs aims to mitigate that, I think...
## Description I am seeking examples or guidance on how to leverage Numba and NVIDIA GPU acceleration directly within the PyMechanical and PyMAPDL libraries of the PyAnsys project. While I...
### Description of the feature See https://github.com/ansys/pymapdl/pull/2799#issuecomment-2217483729 ### Steps for implementing the feature - [ ] Refactor callbacks to be separate from one another - [ ] Pass callbacks to...
Many tests have failed with ``ansys.mapdl.core.errors.PortAlreadyInUseByAnMAPDLInstance`` because it seems the tests do not exit MAPDL properly. https://github.com/ansys/pymapdl/actions/runs/9853958688/job/27205817273?pr=3252#step:10:2585
Link: https://github.com/ansys/pymapdl/actions/runs/9824750302/job/27124087904