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

Here is the python script for the wing modal example. ## Description **Please provide a brief description of the changes made in this pull request.** ## Issue linked **Please mention...

So far we have: ``` # Commit "build" "chore" "ci" "docs" "feat" "fix" "perf" "refactor" "revert" "style" "test" # branch "dependabot" "docs" "feat" "fix" "junk" "maint" "no-ci" "release" "test" "testing"...

It will be nice to have something like: ```py mapdl.select("KP", [1,2,3]) mapdl.select("NODE", [2, 5, 10]) mapdl.select("COMP", ["component1", "component2"]) ``` I think it will simplify plenty of inner workings and could...

- Options to add and remove instances (create new ones, or add already created) - Specific resources allocations for each instance

enhancement

https://mapdl.docs.pyansys.com/version/stable/examples/gallery_examples/00-mapdl-examples/geometry.html#sphx-glr-examples-gallery-examples-00-mapdl-examples-geometry-py - Strange format - Check ``..code:py`` orphan clause

Check `pymapdl start` does check MAPDL port is open before finishing execution, unless there is something like `--no-wait`.