From 954e65def0ff7f6c53c94b3410d3dd0ae1a357b4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 1 Oct 2015 23:15:19 -0500 Subject: [PATCH] Augment documentation. --- include/deal.II/fe/mapping_q1.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 */ -- 2.39.5