Closed mcMunich closed 7 months ago
It appears the root cause here is average_element_size
being 0.0
due to an install that is older than when this feature was added in the backend.
@janvonrickenbach do you think we should special-case average_element_size
being zero in the front-end (maybe compute it from the mesh data), or can this anyway not occur with recent builds?
As discussed offline with @janvonrickenbach and @roosre: In current builds, the average_element_size
should always be present and non-zero. As such, it doesn't make sense to reimplement its logic in the front-end.
I'll close this issue for now. @mcMunich feel free to reopen if updating the install doesn't resolve it.
🔍 Before submitting the issue
🐞 Description of the bug
Running the first example and trying to get the visualizations of the arrows to work (example: orientation). The examples have the arrows/vectors which allows users to visualize the requested quantities/directions.
📝 Steps to reproduce
run 001_basic_falt_plate.py
my launch (modules)_
)
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
guessing it requires 24r2
🐍 Which Python version are you using?
3.12
📦 Installed packages