]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor improvement to the documentation of FE_PolyTensor. 13889/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 1 Jun 2022 19:20:28 +0000 (13:20 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 1 Jun 2022 19:20:28 +0000 (13:20 -0600)
include/deal.II/fe/fe_poly_tensor.h

index 1918aaa4b163a7aaab7a53e64e2d5ab4ef5384cd..bafc92911ddb0fb3c626a1c51c6c36faaa4328ce 100644 (file)
@@ -519,7 +519,7 @@ protected:
   const std::unique_ptr<const TensorPolynomialsBase<dim>> poly_space;
 
   /**
-   * The inverse of the matrix <i>a<sub>ij</sub></i> of node values
+   * The inverse of the matrix <i>a<sub>ij</sub></i> of node functionals
    * <i>N<sub>i</sub></i> applied to polynomial <i>p<sub>j</sub></i>. This
    * matrix is used to convert polynomials in the "raw" basis provided in
    * #poly_space to the basis dual to the node functionals on the reference
@@ -527,7 +527,9 @@ protected:
    *
    * This object is not filled by FE_PolyTensor, but is a chance for a derived
    * class to allow for reorganization of the basis functions. If it is left
-   * empty, the basis in #poly_space is used.
+   * empty, the basis in #poly_space is used, i.e., it is assumed that
+   * #poly_space already satisfies the Kronecker delta property with
+   * regard to the node functionals.
    */
   FullMatrix<double> inverse_node_matrix;
 

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.