From d6ce39a08e3927c3366c09b604a51910a04102bf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 12 Aug 2015 07:35:20 -0500 Subject: [PATCH] Fix up a formula. --- include/deal.II/fe/fe_poly.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/fe/fe_poly.h b/include/deal.II/fe/fe_poly.h index cd962adbdf..41ba86416a 100644 --- a/include/deal.II/fe/fe_poly.h +++ b/include/deal.II/fe/fe_poly.h @@ -299,11 +299,11 @@ protected: /** * Correct the hessian in the reference cell by subtracting the term corresponding * to the Jacobian gradient for one degree of freedom. The result being given by: - * + * @f[ * \frac{\partial^2 \phi_i}{\partial\hat{x}_J\partial\hat{x}_K} * - \frac{\partial \phi_i}{\partial {x}_l} - * \left( \frac{\partial^2{x}_l}{\partial\hat{x}_J\partial\hat{x}_K} \right) - * + * \left( \frac{\partial^2{x}_l}{\partial\hat{x}_J\partial\hat{x}_K} \right). + * @f] * After this correction, the shape hessians are simply a mapping_covariant_gradient * transformation. */ -- 2.39.5