From: bangerth Date: Mon, 21 May 2012 12:18:21 +0000 (+0000) Subject: Some more markup fixes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95316125fdef20c14785c4a6fa7fb8761528c1b4;p=dealii-svn.git Some more markup fixes. git-svn-id: https://svn.dealii.org/trunk@25527 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/mapping.h b/deal.II/include/deal.II/fe/mapping.h index 1453356ccb..2bf2f5aaeb 100644 --- a/deal.II/include/deal.II/fe/mapping.h +++ b/deal.II/include/deal.II/fe/mapping.h @@ -125,11 +125,11 @@ enum MappingType * $J(\mathbf{\hat x}) = \nabla\Phi(\mathbf{\hat x})$. For instance, * if dim=spacedim=2, we have * @f[ - * J(\mathbf{\hat x}) = \begin{matrix} + * J(\mathbf{\hat x}) = \left(\begin{matrix} * \frac{\partial x}{\partial \hat x} & \frac{\partial x}{\partial \hat y} * \\ * \frac{\partial y}{\partial \hat x} & \frac{\partial y}{\partial \hat y} - * \end{matrix} + * \end{matrix}\right) * @f] * *

Mapping of functions

@@ -450,7 +450,7 @@ class Mapping : public Subscriptor * canonically identified with a Tensor<1,dim>). * Mathematically, it is the pull back of the differential form * @f[ - * \mathbf u(\mathbf x) = J*(J^{T} J)^{-1}(\mathbf{\hat x})\mathbf{\hat + * \mathbf u(\mathbf x) = J(J^{T} J)^{-1}(\mathbf{\hat x})\mathbf{\hat * u}(\mathbf{\hat x}). * @f] * In the case when dim=spacedim the previous formula reduces to