From fbed515a3481d7f435d69e1adc87feff6ed92b56 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 14:52:28 +0000 Subject: [PATCH] Say that this is a scalar element. git-svn-id: https://svn.dealii.org/trunk@11999 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_dgq.h | 4 ++-- deal.II/deal.II/include/fe/fe_q.h | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_dgq.h b/deal.II/deal.II/include/fe/fe_dgq.h index 27fff613f0..f59435a9eb 100644 --- a/deal.II/deal.II/include/fe/fe_dgq.h +++ b/deal.II/deal.II/include/fe/fe_dgq.h @@ -24,8 +24,8 @@ template class Quadrature; /*@{*/ /** - * Discontinuous tensor product elements based on equidistant support - * points. + * Implementation of scalar, discontinuous tensor product elements + * based on equidistant support points. * * This is a discontinuous finite element based on tensor products of * Lagrangian polynomials. The shape functions are Lagrangian diff --git a/deal.II/deal.II/include/fe/fe_q.h b/deal.II/deal.II/include/fe/fe_q.h index 5d05291c94..3cca3a8766 100644 --- a/deal.II/deal.II/include/fe/fe_q.h +++ b/deal.II/deal.II/include/fe/fe_q.h @@ -22,10 +22,11 @@ /*@{*/ /** - * Implementation of Lagrange finite elements @p Qp that yield the - * finite element space of continuous, piecewise polynomials of degree - * @p p. This class is realized using tensor product polynomials - * based on equidistant support points. + * Implementation of a scalar Lagrange finite elements @p Qp that + * yield the finite element space of continuous, piecewise polynomials + * of degree @p p in each coordinate direction. This class is realized + * using tensor product polynomials based on equidistant support + * points. * * The constructor of this class takes the degree @p p of this finite * element. -- 2.39.5