From: wolf Date: Mon, 20 Jun 2005 21:29:52 +0000 (+0000) Subject: Add documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ea5f85218005825bb2a40e6969cd6f95466e03;p=dealii-svn.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