From: Natalia Nebulishvili Date: Wed, 18 Jun 2025 09:21:35 +0000 (+0200) Subject: small changes to comments X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a13c4d7c188d1e2bec1e41880ceca4291e7ffe14;p=dealii.git small changes to comments --- diff --git a/include/deal.II/base/polynomials_raviart_thomas.h b/include/deal.II/base/polynomials_raviart_thomas.h index b7a618a6ce..89008bf0c2 100644 --- a/include/deal.II/base/polynomials_raviart_thomas.h +++ b/include/deal.II/base/polynomials_raviart_thomas.h @@ -33,8 +33,10 @@ DEAL_II_NAMESPACE_OPEN /** - * This class implements the Hdiv-conforming, vector-valued + * This class implements the Hdiv-conforming, * Raviart-Thomas polynomials as described in the book by Brezzi and Fortin. + * Most of the functionality comes from the vector-valued anisotropic + * polynomials class . * * The Raviart-Thomas polynomials are constructed such that the divergence is * in the tensor product polynomial space Qk. Therefore, the @@ -73,14 +75,6 @@ public: */ PolynomialsRaviartThomas(const PolynomialsRaviartThomas &other) = default; - /** - * Compute the value and derivatives of each Raviart-Thomas polynomial at - * @p unit_point. - * - * The size of the vectors must either be zero or equal n(). In - * the first case, the function will not compute these values. - */ - /** * Return the number of polynomials in the space without requiring to * build an object of PolynomialsRaviartThomas. This is required by the @@ -89,7 +83,7 @@ public: static unsigned int n_polynomials(const unsigned int normal_degree, const unsigned int tangential_degree); - + /** * Variant of the n_polynomials() function taking only a single argument * `degree`, assuming `degree + 1` in the normal direction and `degree` in