]> https://gitweb.dealii.org/ - dealii.git/commitdiff
small changes to comments
authorNatalia Nebulishvili <natalia.nebulishvili@rub.de>
Wed, 18 Jun 2025 09:21:35 +0000 (11:21 +0200)
committerNatalia Nebulishvili <natalia.nebulishvili@rub.de>
Wed, 18 Jun 2025 09:21:35 +0000 (11:21 +0200)
include/deal.II/base/polynomials_raviart_thomas.h

index b7a618a6ce8439f59cad8aea72e7a573e527848d..89008bf0c25e13415902a1d31c8621d5f021a2fc 100644 (file)
 DEAL_II_NAMESPACE_OPEN
 
 /**
- * This class implements the <i>H<sup>div</sup></i>-conforming, vector-valued
+ * This class implements the <i>H<sup>div</sup></i>-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 <i>Q<sub>k</sub></i>. 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 <tt>n()</tt>. 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

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.