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

### 🤓 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 we should probably take the #3745 PR as example and have the following: > > ```py > # consider that the column headers are not included in...

I had to make the plotting defaults... https://github.com/ansys/pymapdl/blob/600d9074b363fb811defcf47f51bc56da0148563/src/ansys/mapdl/core/plotting/plotting_defaults.py#L66-L82 to be reinstantiated every time they are called, in here: https://github.com/ansys/pymapdl/pull/3519/commits/c80bca6b4b87d10bd17eef030d4c433fb41443cd Because I was having random changes in the plots: ![Image](https://github.com/user-attachments/assets/3da1304e-0ec9-4aa1-ae82-4009ab514e2a) ![Image](https://github.com/user-attachments/assets/ae56d70a-523e-4135-a99b-66c425da0470)...

There is a quite a lot of traffic landing into the repo README. We should propose some way to redirect that to PyMAPDL docs, issues, discussions, etc...

Should ``mapdl.components`` retrieve all the components (selected or not)? Because it seems a reasonable thing to do this: ```py if "mycomp" in mapdl.components: print("exists") ``` ### Tip The following APDL...

enhancement

@saitade-bh @germa89 @RobPasMue Hi All - hope I don't open Pandoras Box here but from the standard Ansys installation we can use lmutil to do this. Assuming a MS Win...

enhancement

I think we should aim to annotate the library completely. A reasonable future we should have: ## Phase 0: Enforce commits check wih `mypy` and `pre-commit`. See https://stackoverflow.com/a/70913528/6650211 ## Phase...

enhancement

- [ ] Implement testing for `*PYTHON` command, since it provides a window to PyMAPDL inside MAPDL. - [ ] First implement just a few basic text based test -...

new feature

See: https://github.com/ansys/ansys-sphinx-theme/pull/619/files

enhancement

To gather all constants definitions. It is a mess right now with constants scattered all around.

enhancement