From: Peter Munch Date: Thu, 12 Aug 2021 07:43:22 +0000 (+0200) Subject: Add comments to wedge and pyramid FEs regarding degree X-Git-Tag: v9.4.0-rc1~1085^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec74bfc37cf351bbded90347762d980af5afadc;p=dealii.git Add comments to wedge and pyramid FEs regarding degree --- diff --git a/include/deal.II/fe/fe_pyramid_p.h b/include/deal.II/fe/fe_pyramid_p.h index a4a95ed36f..b82028744d 100644 --- a/include/deal.II/fe/fe_pyramid_p.h +++ b/include/deal.II/fe/fe_pyramid_p.h @@ -48,6 +48,9 @@ public: * the finite element space of continuous, piecewise polynomials of * degree $k$. * + * @note Currently, only linear polynomials (degree=1) are implemented. See + * also the documentation of ScalarLagrangePolynomialPyramid. + * * @ingroup simplex */ template @@ -107,6 +110,9 @@ public: * the finite element space of discontinuous, piecewise polynomials of * degree $k$. * + * @note Currently, only linear polynomials (degree=1) are implemented. See + * also the documentation of ScalarLagrangePolynomialPyramid. + * * @ingroup simplex */ template diff --git a/include/deal.II/fe/fe_wedge_p.h b/include/deal.II/fe/fe_wedge_p.h index ef44d5e128..032bba660e 100644 --- a/include/deal.II/fe/fe_wedge_p.h +++ b/include/deal.II/fe/fe_wedge_p.h @@ -48,6 +48,10 @@ public: * the finite element space of continuous, piecewise polynomials of * degree $k$. * + * @note Currently, only linear (degree=1) and quadratic polynomials + * (degree=2) are implemented. See also the documentation of + * ScalarLagrangePolynomialWedge. + * * @ingroup simplex */ template @@ -107,6 +111,10 @@ public: * the finite element space of discontinuous, piecewise polynomials of * degree $k$. * + * @note Currently, only linear (degree=1) and quadratic polynomials + * (degree=2) are implemented. See also the documentation of + * ScalarLagrangePolynomialWedge. + * * @ingroup simplex */ template