From 63e231bd7ccfe9bececd82106e27fd3dd05efd8a Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 15 Aug 2021 13:11:06 -0400 Subject: [PATCH] Fix two small documentation issues. Its not worth opening two PRs. --- cmake/config/template-arguments.in | 2 ++ include/deal.II/fe/fe_q_bubbles.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cmake/config/template-arguments.in b/cmake/config/template-arguments.in index 055c25c230..f00dcc1442 100644 --- a/cmake/config/template-arguments.in +++ b/cmake/config/template-arguments.in @@ -60,6 +60,8 @@ ALL_SCALAR_TYPES := { // scalar types that have a corresponding MPI datatype and that we can // therefore use in calls like MPI_Allreduce +// +// Since many of our MPI calls use std::vector we cannot include bool here MPI_SCALARS := { int; long int; unsigned int; diff --git a/include/deal.II/fe/fe_q_bubbles.h b/include/deal.II/fe/fe_q_bubbles.h index bff844e1b4..5aa094d146 100644 --- a/include/deal.II/fe/fe_q_bubbles.h +++ b/include/deal.II/fe/fe_q_bubbles.h @@ -35,7 +35,7 @@ DEAL_II_NAMESPACE_OPEN * each coordinate direction plus some (non-normalized) bubble enrichment space * spanned by the additional shape function * $\varphi_j(\mathbf x) - * = 2^{p-1}\left(x_j-frac 12\right)^{p-1} + * = 2^{p-1}\left(x_j-\frac 12\right)^{p-1} * \left[\prod_{i=0}^{dim-1}(x_i(1-x_i))\right]$. * for $j=0,\ldots,dim-1$. If $p$ is one, then the first factor * disappears and one receives the usual bubble function centered -- 2.39.5