Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Face Edge Connectivity is incorrectly constructed #1081

Open
aaronzedwick opened this issue Nov 19, 2024 · 0 comments
Open

Face Edge Connectivity is incorrectly constructed #1081

aaronzedwick opened this issue Nov 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@aaronzedwick
Copy link
Member

aaronzedwick commented Nov 19, 2024

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?

@aaronzedwick aaronzedwick added the bug Something isn't working label Nov 19, 2024
@github-project-automation github-project-automation bot moved this to 📚 Backlog in UXarray Development Nov 19, 2024
@aaronzedwick aaronzedwick self-assigned this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📚 Backlog
Development

No branches or pull requests

1 participant