From 76ea5f85218005825bb2a40e6969cd6f95466e03 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 20 Jun 2005 21:29:52 +0000 Subject: [PATCH] Add documentation. git-svn-id: https://svn.dealii.org/trunk@10900 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index f694d7b266..d04c1c2165 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -774,6 +774,17 @@ class FETools const Quadrature &rhs_quadrature, FullMatrix &X); + /** + * Given a (scalar) local finite element + * function, compute the matrix that maps + * the vector of nodal values onto the + * vector of values of this function at + * quadrature points as given by the + * second argument. In a sense, this + * function does the opposite of the @p + * compute_projection_from_quadrature_points_matrix + * function. + */ template static void -- 2.39.5