pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

Pythonic interface to MAPDL

Results 263 pymapdl issues
Sort by recently updated
recently updated
newest added

Take this example and make it part of the documentation, ideally comparing its results with a trust made with beam elements and/or link elements. # Truss Example ## Problem Description:...

[PyFluent is currently updating these.](https://github.com/ansys/pyfluent/issues/3275) Other PyAnsys libraries could do the same.

### Description of the feature Hi, the server is not shut down, once a python `del` operator is used on the mapdl instance. Can you please add this? PyACP makes...

enhancement

Here is an documentation for the example adopted from the APDL Wing Model tutorial in the Ansys Documentation. ## Description **Please provide a brief description of the changes made in...

On https://github.com/ansys/pymapdl/pull/3386 the image cache got updated, but "in theory" no plotting dependencies were updated. Well... in that PR, the visualizer was updated. Later I remove that update. So it...

This PR is the first one in order to automate the PyMAPDL ``_commands`` documentation. The changes have been generated using ``pyconverter-xml2py``. This PR focus on the ``apdl`` submodule. Pinging @ansys/pymapdl-developers...

new feature
enhancement

### 🤓 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...

As mentioned here: https://github.com/ansys/pymapdl/issues/3070#issuecomment-2314591070

If you uninstall your MAPDL version, and then install a new version, PyMAPDL does not update the value in `CONFIG_FILE`. If the executable path in that file is not valid,...

``` tests/test_misc.py::test_plain_report /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/pyvista/utilities/__init__.py:69: PyVistaDeprecationWarning: The `pyvista.utilities` module has been deprecated. `GPUInfo` is now imported as: `from pyvista.report import GPUInfo`. warnings.warn( tests/test_plotting.py: 11 warnings /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/pyvista/plotting/picking.py:467: PyVistaDeprecationWarning: `use_mesh` is deprecated. See `use_picker`...