firedrakeproject / fiat

This is FIAT. FIAT was previously maintained as part of the FEniCS project (https://github.com/fenics/fiat)
GNU Lesser General Public License v3.0
5 stars 7 forks source link

Tidy up quadratures #56

Closed pbrubeck closed 11 months ago

pbrubeck commented 11 months ago

Replacing make_quadrature with create_quadrature should give a win on lower-degree elements since you have fewer quadrature points to define the moments.