From: bangerth Date: Wed, 2 Jun 2010 16:27:44 +0000 (+0000) Subject: Fix some formula markups. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e34a858dd8d984fb17642d3f7f10918fb5f13189;p=dealii-svn.git Fix some formula markups. git-svn-id: https://svn.dealii.org/trunk@21145 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index 4f6ddd7b96..b4f37e0a26 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -619,12 +619,12 @@ namespace FEValuesViews * not make any sense. Thus it is not * implemented for spacedim=1. * In 2d the curl is defined as - * \begin{equation*} + * @f{equation*} * \operatorname{curl}(u):=\frac{du_2}{dx} * -\frac{du_1}{dy}, - * \end{equation*} + * @f} * whereas in 3d it is given by - * \begin{equation*} + * @f{equation*} * \operatorname{curl}(u):=\left( * \begin{array}{c} * \frac{du_3}{dy}-\frac{du_2}{dz}\\ @@ -632,7 +632,7 @@ namespace FEValuesViews * \frac{du_2}{dx}-\frac{du_1}{dy} * \end{array} * \right). - * \end{equation*} + * @f} */ curl_type curl (const unsigned int shape_function, @@ -3910,7 +3910,7 @@ namespace FEValuesViews } } - template + template inline typename Vector::hessian_type Vector::hessian (const unsigned int shape_function,