German

Results 129 issues of German

For some reason I keep getting ``ansys.mapdl.core.errors.MapdlConnectionError: The channel is not alive.`` on some tests: ```py @pytest.mark.parametrize( "plot_func,entity,gen_func,arg1,arg2", [ ("vplot", "VOLU", "block", (0, 1, 0, 1, 0, 1), (1, 2,...

I could hard code the corresponding processor for each MAPDL command, so if that processor is not active, we automatically set it. Getting the corresponding processors might be a bit...

future

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

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`.