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

Add utility to find sets of cells which are connected by facet in mixed topology #3610

Open
chrisrichardson opened this issue Jan 30, 2025 · 0 comments
Assignees

Comments

@chrisrichardson
Copy link
Contributor

chrisrichardson commented Jan 30, 2025

For dS integrals, we need to identify the sets of cells which are connected by each facet type, e.g. in a 3D mesh, the dS integrals for triangular facets may connect: tet-tet, tet-prism, tet-pyramid, prism-prism, prism-pyramid, pyramid-pyramid (6). For quads, the list is: hex-hex, hex-prism, hex-pyramid, prism-prism, prism-pyramid, pyramid-pyramid (6). In 2D, for interval facets, there is: quad-quad, tri-quad, tri-tri (3).

From the topology, we can create lists of shape [:, 2] listing the cell indices for each of the connectivities above.

@chrisrichardson chrisrichardson converted this from a draft issue Jan 30, 2025
@chrisrichardson chrisrichardson self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant