]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix two typos related to the Hessians. 3518/head
authorDavid Wells <wellsd2@rpi.edu>
Thu, 10 Nov 2016 13:54:26 +0000 (08:54 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Thu, 10 Nov 2016 15:16:22 +0000 (10:16 -0500)
include/deal.II/fe/fe_values.h

index adc0af782aeea5624a806210178e5c589482e8e7..59a57a4405d09fc4b44e17a92889de4c67388b27 100644 (file)
@@ -1603,7 +1603,7 @@ public:
                  const unsigned int point_no) const;
 
   /**
-   * Return one vector component of the gradient of a shape function at a
+   * Return one vector component of the hessian of a shape function at a
    * quadrature point. If the finite element is scalar, then only component
    * zero is allowed and the return value equals that of the shape_hessian()
    * function. If the finite element is vector valued but all shape functions
@@ -2026,8 +2026,6 @@ public:
    *
    * @post <code>laplacians[q]</code> will contain the Laplacian of the field
    * described by fe_function at the $q$th quadrature point.
-   * <code>gradients[q][i][j]</code> represents the $(i,j)$th component of the
-   * matrix of second derivatives at quadrature point $q$.
    *
    * @post For each component of the output vector, there holds
    * <code>laplacians[q]=trace(hessians[q])</code>, where <tt>hessians</tt>

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.