From: Timo Heister Date: Sun, 3 Jul 2022 14:19:21 +0000 (-0400) Subject: doxygen: fix errors in formulas X-Git-Tag: v9.4.1~6^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=051b627af2eae13024b52d5ab3c462e624dfff0a;p=dealii.git doxygen: fix errors in formulas --- diff --git a/examples/step-75/doc/intro.dox b/examples/step-75/doc/intro.dox index 7cf9a46d5c..80a2e1548c 100644 --- a/examples/step-75/doc/intro.dox +++ b/examples/step-75/doc/intro.dox @@ -133,7 +133,7 @@ be the Mapping from $K$ to its reference cell $\hat{K}$. The entries in the right-hand side in the projection system are, therefore, @f[ \int_K u_\text{hp}(x) P_k(x) dx -= \det(J_K) \int_\hat{K} u_\text{hp}(F_K(\hat{x})) P_k(F_K(\hat{x})) d\hat{x}. += \det(J_K) \int_{\hat{K}} u_\text{hp}(F_K(\hat{x})) P_k(F_K(\hat{x})) d\hat{x}. @f] Recalling the shape function representation of $u_\text{hp}(x)$, we can write this as $\det(J_K) \, \mathbf{C} \, \mathbf{c}$, where diff --git a/include/deal.II/non_matching/quadrature_generator.h b/include/deal.II/non_matching/quadrature_generator.h index 10031a9118..dc550cbfed 100644 --- a/include/deal.II/non_matching/quadrature_generator.h +++ b/include/deal.II/non_matching/quadrature_generator.h @@ -906,7 +906,7 @@ namespace NonMatching * The roots of the functions in point_restrictions. * This will be the values of the height functions, $\{H_i(x_I)\}$ at * some lower dimensional quadrature point, - * $x_I \in \mathbb{R}^{dim-1}}$. + * $x_I \in \mathbb{R}^{dim-1}$. */ std::vector roots; };