uxarray
uxarray copied to clipboard
Face Edge Connectivity is incorrectly constructed
Version
2024.10.1
How did you install UXarray?
Conda
What happened?
When populating the face_edge_connectivity for the quad_hexagon file inside UXarray, the connectivity incorrectly assigns edges, leading to an array of edges that does not represent the faces. I believe this is due to the inverse_indices used to construct it. It assumes that the edges and their data are ordered like the nodes are, but this is not the case.
What did you expect to happen?
I was expecting face_edge_connectivity to populate properly.
Can you provide a MCVE to repoduce the bug?