From: Wolfgang Bangerth Date: Fri, 2 Oct 2015 04:15:19 +0000 (-0500) Subject: Augment documentation. X-Git-Tag: v8.4.0-rc2~349^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=954e65def0ff7f6c53c94b3410d3dd0ae1a357b4;p=dealii.git Augment documentation. --- diff --git a/include/deal.II/fe/mapping_q1.h b/include/deal.II/fe/mapping_q1.h index 33371651a2..90180f21e8 100644 --- a/include/deal.II/fe/mapping_q1.h +++ b/include/deal.II/fe/mapping_q1.h @@ -46,8 +46,13 @@ DEAL_II_NAMESPACE_OPEN * two variants, one that allows to pass a mapping argument explicitly and one * that simply falls back to the MappingQ1 class declared here. * - * The shape functions for this mapping are the same as for the finite element FE_Q - * of polynomial degree 1. Therefore, coupling these two yields an isoparametric element. + * The shape functions for this mapping are the same as for the finite + * element FE_Q of polynomial degree 1. Therefore, coupling these two + * yields an isoparametric element. + * + * @note This class is, in all reality, nothing more than a different + * name for calling MappingQGeneric with a polynomial degree of one as + * argument. * * @author Guido Kanschat, 2000, 2001; Ralf Hartmann, 2000, 2001, 2005, Wolfgang Bangerth, 2015 */