From adb058ede62b6f7880e2640a145190bbcebda427 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 10 Nov 2016 08:54:26 -0500 Subject: [PATCH] Fix two typos related to the Hessians. --- include/deal.II/fe/fe_values.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5