Skip to content

Commit

Permalink
Merge pull request dealii#14087 from tjhei/dox-formula-errors
Browse files Browse the repository at this point in the history
doxygen: fix errors in formulas
  • Loading branch information
peterrum committed Jul 3, 2022
2 parents ff2266e + d536647 commit d016b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/step-75/doc/intro.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/deal.II/non_matching/quadrature_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<double> roots;
};
Expand Down

0 comments on commit d016b7d

Please sign in to comment.