Hi! I am a new user of the deal.II library, and sorry if this question has been already discussed. The template FEValues has a good function get_quadrature_points() which could be used by Function.value_list to get Function values at all quadrature points over the cell. Why the similar function get_face_quadrature_points() is absent in the template FEFaceValues? It could be used in a similar way to get in advance the values of a function at all face quadrature points? (e.g., it would be relevant to have such a function in tutorial 7) Best, Sergey
_______________________________________________
