Skip to content
New issue

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

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

Already on GitHub? # to your account

fem: explicitly set use_canonical_quadrature_point_ordering=False for… #331

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ksagiyam
Copy link
Contributor

@ksagiyam ksagiyam commented Nov 22, 2024

Fix firedrakeproject/firedrake#3874

Follow up [PR for interior facet integration of hex] (#317)

Some ufl-gem translation contexts for interior facet integration (such as the ones for CellVolume and FacetArea) do not even need to check if quadrature point ordering on the '+' and '-' sides agree or not. This PR explicitly set PointSetcontext.use_canonical_quadrature_point_ordering=False for those translation contexts.

Firedrake tests: firedrakeproject/firedrake#3878

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Integration on facets fails in hexahedral meshes
1 participant