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

Quadrature-points symbol not stored as table #650

Open
jorgensd opened this issue Jan 12, 2024 · 0 comments
Open

Quadrature-points symbol not stored as table #650

jorgensd opened this issue Jan 12, 2024 · 0 comments

Comments

@jorgensd
Copy link
Sponsor Member

MWE:

import basix.ufl
import ufl.geometry
cell = "interval"
el =basix.ufl.element("Lagrange", cell, 1, shape=(1, ))
mesh = ufl.Mesh(el)

x = ufl.geometry.CellCoordinate(mesh)
J = x[0]*ufl.dx

FFCx doesn't current create a table for the reference quadrature points, which means that the CellCoordinate and FacetCoordinate from ufl doesn't work.

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

No branches or pull requests

1 participant