FEniCS/ffcx

Write quadrature points into generated code?

mscroggs opened this issue · 1 comments

For some use cases (eg Bernstein bases), the user may want to know what quadrature points are used when assembling a kernel. We could allow the user to obtain these points from a function in the generated code so they can do this.

This is easier to do now that #634 is done