Extracting the values at quadrature points

If you have projected it into a quadrature space, you can get the points by call V.tabulate_dof_coordinates()
as done in the following post How to determine gauss point coordinates in a mesh - #4 by dokken
Here the ith row corresponds to the ith entry of fq.vector().get_local()

2 Likes