pymapdl
pymapdl copied to clipboard
Pythonic interface to MAPDL
> When PyMAPDL raises an `MapdlExitedError ` it automatically sets `mapdl.exited` to return `True`. Hence any subsequent `mapdl` calls in the `exception` clause should raise `MapdlExitedError`s. It should automatically closes...
## Description As the title to facilitate the future HPC additions. ## Issue linked NA ## Checklist - [x] I have visited and read [Develop PyMAPDL](https://mapdl.docs.pyansys.com/version/stable/getting_started/develop_pymapdl.html#develop-pymapdl). - [x] I have...
Currently we are running `-k "console"` but it should be `--console -k 'console'`.
As detailed in: https://github.com/ansys/actions/issues/702#issuecomment-2718541037
... # **HIGHLY UNDER DEVELOPMENT!!** ## Description As the title. Close #3562 ## Notes - [ ] Consider to return two objects, `Mapdl` and `job` (object to query/manage the HPC...
### Description of the feature As a developer, I want to assess the progress of an analysis, so that I can display it in a progress bar in a user...
### Description of the feature As a developer, I want to start MAPDL asynchronously, so that I can execute some code after the solver start. I want to be able...
A simple bash script should work. Example of code: ```console docker stats CONTAINER_ID --no-stream --format "{{.Container}}: {{.MemUsage}}" ``` However that code seems quite slow to get the response (at least...
## Context Check https://github.com/ansys/pymapdl/pull/2865 for a bit of historical context, which lead to https://github.com/ansys/pymapdl/pull/3091. In #2865 we proposed implementing PyHPS to interact with HPC clusters. While PyHPS is very powerful,...
### 🤓 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...