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

For instance: - PYMAPDL_LOG_APDL - All the env vars which bypass context, like ON_LOCAL, ON_REMOTE, etc Tips and tricks for developers

Migration: Document converter as a tool for transition from MAPDL scripts to PyMAPDL. Ideally, we should be more explicit about this on the documentation, maybe having a section/page with things...

I have seen this before: ``` --- Logging error --- Traceback (most recent call last): File "/__t/Python/3.12.9/x64/lib/python3.12/logging/__init__.py", line 1163, in emit stream.write(msg + self.terminator) ValueError: I/O operation on closed file....

As in here: https://github.com/ansys/pyansys-geometry/pull/1893/files

I caught an error related to MPI: https://github.com/ansys/pymapdl/actions/runs/14317250236/job/40126290763?pr=3820#step:13:2863 ``` Attempting to use an MPI routine (PMPI_Comm_size) before initializing or after finalizing MPICH ``` ## Details: Details ``` =============================================================================== NEW SESSION...

Some typos in https://mapdl.docs.pyansys.com/version/stable/user_guide/troubleshoot.html, See the code for `ubuntu` 20.04 which looks weird. I should also update it to the new docker image code.

Each `aplot` or `vplot` requires remeshing the geometry which is slow.

enhancement

Getting this kind of error on docker container test-build. I suspect it might be a race condition? But I have not much argument for it, just that `threading` package is...

It seems to me that it is not clear which should be the category in the [release page](https://github.com/ansys/pymapdl/releases) for several types of PR. For instance `tests:`, should it go to...