From: Wolfgang Bangerth Date: Mon, 20 Jun 2005 21:13:30 +0000 (+0000) Subject: Augment docs. X-Git-Tag: v8.0.0~13659 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b1efcf430912a7d04d54cf1fc858f67d6f8b78;p=dealii.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,