From: David Wells Date: Tue, 14 Jul 2015 21:25:14 +0000 (-0400) Subject: Fix a large number of typos. X-Git-Tag: v8.4.0-rc2~679^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b19fa9191d7720256aa85600674ed2c68f97d2f;p=dealii.git Fix a large number of typos. This should be a majority of the typos in the documentation. --- diff --git a/examples/step-39/step-39.cc b/examples/step-39/step-39.cc index 64fd4a2b6a..4c52e86a77 100644 --- a/examples/step-39/step-39.cc +++ b/examples/step-39/step-39.cc @@ -518,7 +518,7 @@ namespace Step39 mg_matrix_dg_down.clear(); // It is important to update the sparsity patterns after clear() // was called for the level matrices, since the matrices lock the sparsity - // pattern through the Smartpointer and Subscriptor mechanism. + // pattern through the SmartPointer and Subscriptor mechanism. mg_sparsity.resize(0, n_levels-1); mg_sparsity_dg_interface.resize(0, n_levels-1); diff --git a/examples/step-42/doc/intro.dox b/examples/step-42/doc/intro.dox index 993ce7ae19..0a2397871e 100644 --- a/examples/step-42/doc/intro.dox +++ b/examples/step-42/doc/intro.dox @@ -306,7 +306,7 @@ method for the contact. It works as follows: \f} with ${\hat R}\left({\mathbf u}\right)=\left(P_{Pi}(C\varepsilon(u)),\varepsilon(\varphi^{i}_p\right)$ with the exceptions of (i) elements $p\in\mathcal{A}_i$ where we set ${\hat R}\left({\mathbf u}\right)=0$, - and (ii) elements that correpond to hanging nodes, which we eliminate in the usual manner. + and (ii) elements that correspond to hanging nodes, which we eliminate in the usual manner.
  • Define the new active and inactive sets by @f{gather*}\mathcal{A}_{i+1}:=\lbrace p\in\mathcal{S}:\Lambda^i_p + @@ -409,7 +409,7 @@ Compared to step-41, the programs has a few new classes: Other than that, let us comment only on the following aspects: