pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

Pythonic interface to MAPDL

Results 263 pymapdl issues
Sort by recently updated
recently updated
newest added

See https://github.com/pyansys/PyMAPDL/issues/369 Create an anaconda package for pymapdl.

### Description of the modifications For some reasons, PyMAPDL layout is not aligned with the new PyAnsys theme as the upper bar is missing. Here is how PyMAPDL documentation currently...

documentation

**Disclaimer: this is a very quick and dirty draft. It is not final info. Do not trust this information blindly** To run MAPDL across multiple nodes in an HPC cluster,...

### 🤓 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...

bug
enhancement

### 🤓 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...

bug

I think it will be interesting to create a form to gather things like: - Which OS are you using? - Type of job - Country - Which areas are...

I had to add the env var `GRPC_ENABLE_FORK_SUPPORT=false` to the doc build CICD job to avoid the following errors: ```txt I0000 00:00:1727451651.033756 11803 fork_posix.cc:77] Other threads are currently calling into...

For some reason I keep getting ``ansys.mapdl.core.errors.MapdlConnectionError: The channel is not alive.`` on some tests: ```py @pytest.mark.parametrize( "plot_func,entity,gen_func,arg1,arg2", [ ("vplot", "VOLU", "block", (0, 1, 0, 1, 0, 1), (1, 2,...

I could hard code the corresponding processor for each MAPDL command, so if that processor is not active, we automatically set it. Getting the corresponding processors might be a bit...

future