pymapdl
pymapdl copied to clipboard
Pythonic interface to MAPDL
### Current status The way to transfer an array to the MAPDL instance requires to write a txt file and make MAPDL read it. This is encoded in the function:...
### Description of the feature See [here](https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v241/en/ans_mstag/mstag_commands.html) for the 3 new commands w.r.t. multistage cyclic. See [here](https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v241/en/ans_hbm/hbm_cmds.html) for new command for harmonic balance method. ### Steps for implementing the feature...
As the title. The idea is you can have: ```bash $ pymapdl submit main_file.py $ pymapdl submit --name="my project" main_file.py --requirements_file=requirements.txt ``` The help shows: ```bash (venv) pymapdl $ pymapdl...
This function should have given an error when using if click was not installed.
### 🤓 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...
### Description of the feature MAPDL command EEMBED is new as of 2022R2 and needs to be supported. MAPDL command SFCONTROL new at 2020R1 needs to be supported too. ###...
### 🔍 Before submitting the issue - [X] I have searched among the existing issues - [X] I am using a Python virtual environment ### 🐞 Description of the bug...
I believe we do not need to separate by directory anymore.