Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doxygen: fix errors in formulas #14087

Merged
merged 1 commit into from
Jul 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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