From cd5a49f005b1205164b7bb0b2e39da015680b751 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 15 Jan 2021 17:25:50 -0500 Subject: [PATCH] address comments --- include/deal.II/simplex/fe_lib.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/include/deal.II/simplex/fe_lib.h b/include/deal.II/simplex/fe_lib.h index 72628de30d..a70a5cda07 100644 --- a/include/deal.II/simplex/fe_lib.h +++ b/include/deal.II/simplex/fe_lib.h @@ -79,7 +79,7 @@ namespace Simplex /** * Implementation of a scalar Lagrange finite element $P_k$ that yields * the finite element space of continuous, piecewise polynomials of - * degree k. + * degree $k$. * * @ingroup simplex */ @@ -131,9 +131,10 @@ namespace Simplex /** - * Implementation of a scalar Lagrange finite element Pp that yields - * the finite element space of discontinuous, piecewise polynomials of - * degree p. + * Implementation of a scalar discontinuous Lagrange finite element + * $P_k$, sometimes denoted as $P_{-k}$, that yields the finite + * element space of discontinuous, piecewise polynomials of degree + * $k$. * * @ingroup simplex */ @@ -204,7 +205,7 @@ namespace Simplex /** * Implementation of a scalar Lagrange finite element on a wedge that yields * the finite element space of continuous, piecewise polynomials of - * degree p. + * degree $k$. * * @ingroup simplex */ @@ -263,7 +264,7 @@ namespace Simplex /** * Implementation of a scalar Lagrange finite element on a wedge that yields * the finite element space of discontinuous, piecewise polynomials of - * degree p. + * degree $k$. * * @ingroup simplex */ @@ -313,7 +314,7 @@ namespace Simplex /** * Implementation of a scalar Lagrange finite element on a pyramid that yields * the finite element space of continuous, piecewise polynomials of - * degree p. + * degree $k$. * * @ingroup simplex */ @@ -372,7 +373,7 @@ namespace Simplex /** * Implementation of a scalar Lagrange finite element on a pyramid that yields * the finite element space of discontinuous, piecewise polynomials of - * degree p. + * degree $k$. * * @ingroup simplex */ -- 2.39.5