FEniCS / FEniCS/ffcx

Quadrature-points symbol not stored as table

Open
#650 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
192
Forks
45
Avg merge
1d 11h
Merged PRs (30d)
16

Description

MWE:
```python
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.