You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 theinverse_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?
The text was updated successfully, but these errors were encountered: