From: Wolfgang Bangerth Date: Mon, 20 Jun 2005 21:29:52 +0000 (+0000) Subject: Add documentation. X-Git-Tag: v8.0.0~13656 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e313b3abd796152a41887a5d89d3d3a9689b32a;p=dealii.git Add documentation. git-svn-id: https://svn.dealii.org/trunk@10900 0785d39b-7218-0410-832d-ea1e28bc413d --- 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