I am looking to understand “Quadrature” finite elements as well as their purpose. ufl documentation states that they represent artificial “finite elements” with degrees of freedom being function evaluations at quadrature points.
Here is a link to a recent post on the computational stack exchange, which is related and useful for this discussion as it shows how a mass matrix can be decomposed via quadrature weights, basis function evaluations at quadrature points, element Jacobians and global to local mappings.
If you have insight into exactly what the Quadrature finite elements are I would greatly appreciate it. Thanks!