pymapdl
pymapdl copied to clipboard
Pythonic interface to MAPDL
The following package updates broke CICD: ```yml "ansys-dpf-core==0.11.0", "sphinx-autodoc-typehints==2.0.0.", ``` Attempted in #2951
### Discussed in https://github.com/ansys/pymapdl/discussions/2947 Originally posted by **tryzang** March 29, 2024 I want to import an IGES file and then show it, but I get an error Here's my python...
There is a chunk of code which seems unnecesary: https://github.com/ansys/pymapdl/blob/3f16bf63dc9b4e6e899ed2ea0a7a1b2ca51c223a/src/ansys/mapdl/core/launcher.py#L1576-L1604 This does not need to be in the library. We can just use Sphinx events to spawn an MAPDL instance....
All logic should be in only one place.
### 🤓 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...
# Table of content Details (Outdated) - [ ] [FileNotFoundError: [Errno 2] No such file or directory: '/home/mapdl/jobs/_input_tmp_raogmswesq_.out' (1f7414ef3dba66422310628befe8919b5c931cb531e10c3a9dd510a629c78e92)](#FileNotFoundError-Errno-2-No-such-file-or-directory-homemapdljobs_input_tmp_raogmswesq_out-1f7414ef3dba66422310628befe8919b5c931cb531e10c3a9dd510a629c78e92) Affected vms: vm1 - [x] [TypeError: 'str' object is not callable...
### 🤓 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...
## Overview This PR adapts PyMAPDL to the usage of the common PyAnsys plotter. It seems that part of PyMAPDL plotter is in another repo, so this work is partially...
Hello, I am trying to perform a simple structural analysis of a compression spring (One end under pressure and the other fixed). I am able to plot the results. However,...