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

Make ds integrals on prism/pyramids generate kernels for each facet type #739

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

mscroggs
Copy link
Member

@mscroggs mscroggs commented Dec 20, 2024

Makes FFCx generate multiple kernels for forms using ds on cells that have facets of multiple types (eg for prisms, it makes kernels for triangles and quadrilaterals)

Added ufcx_cell_type enum that is used to indicate which facet type each kernel should be used for.

Resolves #735. Builds on #736 so that should be merged first.

@mscroggs mscroggs marked this pull request as draft December 20, 2024 11:43
@coveralls
Copy link

coveralls commented Dec 20, 2024

Coverage Status

coverage: 82.279% (+0.05%) from 82.231%
when pulling 61bbc6d on mscroggs/prism-ds
into eb8407b on main.

@mscroggs mscroggs marked this pull request as ready for review December 20, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix ffcx to create ds integrals for cells with multiple facet types (pyramid, prism etc.)
2 participants