]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix two small documentation issues. 12652/head
authorDavid Wells <drwells@email.unc.edu>
Sun, 15 Aug 2021 17:11:06 +0000 (13:11 -0400)
committerDavid Wells <drwells@email.unc.edu>
Sun, 15 Aug 2021 17:11:06 +0000 (13:11 -0400)
Its not worth opening two PRs.

cmake/config/template-arguments.in
include/deal.II/fe/fe_q_bubbles.h

index 055c25c230f5aef3cef9bfbbb3999ea8af9130b7..f00dcc1442d78e754494b7a639c6fcd1cced8f48 100644 (file)
@@ -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;
index bff844e1b4a5ebf59a6d498d982adda2baf35cb7..5aa094d14669da9dfedfd1d7b96f454595db07ed 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.