German

Results 199 comments of German

Pinging @clatapie for visibility.

This is going to be the perfect work for a cloudy low energy working day....

I had to disable GL07 because an issue with Pyvista docstrings in https://github.com/ansys/pymapdl/pull/2566

in #2759 I had to disable ``sphinx-autodoc-typehints`` because it was showing: ```text reading sources... [100%] mapdl_commands/solution/_autosummary/ansys.mapdl.core.Mapdl.svplot .. user_guide/xpl /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/ansys/mapdl/core/mapdl_geometry.py:docstring of ansys.mapdl.core.mapdl_geometry.Geometry.generate_surface:36: WARNING: Explicit markup ends without a blank line; unexpected...

Interesting... After a while it doesn't seem to do the splines properly: ![image](https://user-images.githubusercontent.com/28149841/187196595-16d46da9-b780-445e-9c82-691f2408714d.png) However, the MAPDL figure does show correct geometry: ![image](https://user-images.githubusercontent.com/28149841/187196757-fd55f10a-1ac5-46be-b550-bbdd992cbd7a.png) Hence I believe the interpolation thing it is...

Sometimes I get weird lines: ![image](https://user-images.githubusercontent.com/28149841/187197459-7ed44afc-88a4-42db-be83-da8565e89f5a.png)

I'm using a slightly modified version of OP's code: Show me ```py #!/usr/bin/env python # coding: utf-8 # In[5]: import numpy as np from numpy.lib.stride_tricks import sliding_window_view import matplotlib.pyplot as...

I get the same error as OP: ```py --------------------------------------------------------------------------- MapdlExitedError Traceback (most recent call last) c:\ansys_jobs\aplot_failing\Issue.py in 138 geo = Geometry(curve = line.tolist()) 139 mat = Material() --> 140 get_Ue(mat,...

> Whether or not we do this depends on how long we plan on using the internal MAPDL geometry kernel. Since we have nothing to replace it with, I think...

I recheck this issue on the latest PyMAPDL version and 222, I still get the same MAPDL crash.