pymapdl
pymapdl copied to clipboard
Pythonic interface to MAPDL
### 🤓 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...
> 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:  ...
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...
@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...
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...
- [ ] Implement testing for `*PYTHON` command, since it provides a window to PyMAPDL inside MAPDL. - [ ] First implement just a few basic text based test -...
To gather all constants definitions. It is a mess right now with constants scattered all around.