From: David Wells Date: Thu, 10 Nov 2016 13:54:26 +0000 (-0500) Subject: Fix two typos related to the Hessians. X-Git-Tag: v8.5.0-rc1~421^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3518%2Fhead;p=dealii.git Fix two typos related to the Hessians. --- diff --git a/include/deal.II/fe/fe_values.h b/include/deal.II/fe/fe_values.h index adc0af782a..59a57a4405 100644 --- a/include/deal.II/fe/fe_values.h +++ b/include/deal.II/fe/fe_values.h @@ -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 laplacians[q] will contain the Laplacian of the field * described by fe_function at the $q$th quadrature point. - * gradients[q][i][j] 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 * laplacians[q]=trace(hessians[q]), where hessians