Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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