]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add comments to wedge and pyramid FEs regarding degree 12648/head
authorPeter Munch <peterrmuench@gmail.com>
Thu, 12 Aug 2021 07:43:22 +0000 (09:43 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Fri, 13 Aug 2021 05:31:26 +0000 (07:31 +0200)
include/deal.II/fe/fe_pyramid_p.h
include/deal.II/fe/fe_wedge_p.h

index a4a95ed36f8da5117a97ada0b439525880c62f7e..b82028744d3f13c5412ed0db232920ea45bb6e7a 100644 (file)
@@ -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 <int dim, int spacedim = dim>
@@ -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 <int dim, int spacedim = dim>
index ef44d5e12892bf9079d407b4f796ba4152a03b88..032bba660ef4e44a522414d4d98a6460c2d578ff 100644 (file)
@@ -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 <int dim, int spacedim = dim>
@@ -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 <int dim, int spacedim = dim>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.