pymapdl
pymapdl copied to clipboard
Pythonic interface to MAPDL
Going for a class based approach to make the code more reusable. Also easier to understand, modify and extend.
https://courses.ansys.com/?post_type=sfwd-courses&p=66001
Author and codeowners files should be formatted properly.
GitHub Actions workflow [CI #8950](https://github.com/ansys/pymapdl/actions/runs/10128961203) failed. Event: schedule Branch: [main](https://github.com/ansys/pymapdl/tree/main) Commit: [d50f95c1cf710e248f4992db8747ba5dbc4e1ceb](https://github.com/ansys/pymapdl/commit/d50f95c1cf710e248f4992db8747ba5dbc4e1ceb) Created by [jayqi/failed-build-issue-action](https://github.com/jayqi/failed-build-issue-action)
This env var will: - change MAPDL gRPC verbosity to 5. - activate PyMAPDL APDL logging - Activate PyMAPDL debug to stdout and file
## Description Implement gRPC retries. It should improve the stability of the gRPC interface. ## Issue linked It should also close a lot of issues: Close #3342 and related. ##...
I'm going to use this issue to track and report progress. ## Description MAPDL tends to crash after several interations. ## Prediscussion and assumptions It has been suggested [here](https://github.com/ansys/pymapdl/issues/1577#issuecomment-1291097256) that...
After so much research on the infamous MAPDL gRPC issues #3313 I have seen that there is a pattern in some issues: - https://github.com/ansys/pymapdl/issues/2989 - https://github.com/ansys/pymapdl/issues/3156 - https://github.com/ansys/pymapdl/issues/2479 - https://github.com/ansys/pymapdl/issues/2904...
### Description of the modifications When i use subtracts command, such as ASBW, ASBA, I couldn't Pick areas. in Pyansys, they just recommend that use areas if picking is used....
## Description Cleanup of MapdlInProcess and light refactor This PR is a followup to the suggestion made in #3198 Points to address: - [ ] move the name getter in...