From: wolf Date: Mon, 20 Jun 2005 21:13:30 +0000 (+0000) Subject: Augment docs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a1f8c2a1a373897127298e3b8b7b0d09cf95187;p=dealii-svn.git Augment docs. git-svn-id: https://svn.dealii.org/trunk@10897 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 aec40f3c17..4c76d2e469 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -204,15 +204,13 @@ class FETools * matrices from the children to * a coarse cell. * - * @arg fe The finite element - * class for which we compute the - * projection matrices. - * @arg matrices A pointer to - * 2dim FullMatrix - * objects. This is the format - * used in FiniteElementBase, - * where we want to use ths - * function mostly. + * @arg fe The finite element class for + * which we compute the projection + * matrices. @arg matrices A pointer to + * GeometryInfo::children_per_cell=2dim + * FullMatrix objects. This is the format + * used in FiniteElementBase, where we + * want to use this function mostly. */ template static void compute_projection_matrices(const FiniteElement &fe,