]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some typos in the documentation headers. 3671/head
authorDavid Wells <wellsd2@rpi.edu>
Sun, 11 Dec 2016 00:53:52 +0000 (19:53 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 11 Dec 2016 00:53:52 +0000 (19:53 -0500)
doc/doxygen/headers/coding_conventions.h
doc/doxygen/headers/constraints.h
doc/doxygen/headers/fe.h
doc/doxygen/headers/fe_vs_mapping_vs_fevalues.h
doc/doxygen/headers/multithreading.h
doc/doxygen/headers/update_flags.h
doc/doxygen/headers/vector_valued.h

index ab72494b630152ce054a959829428f18fbb62ba1..ec99b9b5dad7c4d0aaa49a341e49268e5ab96c0d 100644 (file)
@@ -163,7 +163,7 @@ source files.
 
 <h3>Instantiation of templated functions/classes</h3>
 
-<p> Majority of classes and functions in deal.II are templated. This brings a
+<p>The majority of classes and functions in deal.II are templated. This brings a
 question of how and where such objects are instantiated, if at all. Throughout
 deal.II we adopt the following convention:</p>
 
index 5e1f7943e4420ae1bcdd224f105a46d2a940c719..24bf77be98ba3bb31ebc866a643651873ec716fc 100644 (file)
  *   until we hit a certain fraction of the <i>norm of the initial
  *   residual</i>.
  * - In the second approach, we get the same problem if the starting vector
- *   in the iteration is zero, since then then the residual may be
+ *   in the iteration is zero, since then the residual may be
  *   dominated by constrained degrees of freedom having values that do not
  *   match the values we want for them at the solution. We can again
  *   circumvent this problem by setting the corresponding elements of the
  * <i>International Journal for Numerical Methods in Engineering</i>
  * 20(11):2107-2112, 1985).
  *
- * Here, $A$ is a given (unconstrained) system matrix for wich we only
+ * Here, $A$ is a given (unconstrained) system matrix for which we only
  * assume that we can apply it to a vector but can not necessarily access
  * individual matrix entries. $b$ is the corresponding right hand side of a
  * system of linear equations $A\,x=b$. The matrix $C$ describes the
index af7c19dc146377fed27719affc0301e1eb5ae6c8..59b827e834b5bce7aaf08f153897e0ceb66c45b5 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * @defgroup febase Base classes
  *
- * The members of this sub-module describe the implementational mechanics of
+ * The members of this sub-module describe the implementation mechanics of
  * finite element classes, without actually implementing a concrete
  * element. For example, the FiniteElement base class declares the virtual
  * functions a derived class has to implement if it wants to describe a finite
index b31f1e8c3e1406f1857260a7ba792f7f54ba6a5a..ed41f71ba6e2d9a9d60d05b1afac9db9d7f753f7 100644 (file)
@@ -62,7 +62,7 @@
  * quadrature points -- these quadrature points are then simply the vertices
  * of the cells (provided, for example, by QTrapez).
  *
- * FEValues's role is to provide a user the values of shape functions, their
+ * FEValues' role is to provide a user the values of shape functions, their
  * gradients, etc, at quadrature points. The same is true with some geometric
  * information, e.g., the normal vectors at the quadrature points. To this end,
  * it provides a large number of member functions in the FEValuesBase base
index 26805561af6ca2726bab39734791c6ad9b0db738..bdbecda5d339fec21cd61b5339a86695b651fb65 100644 (file)
  * then take the square root of the result. This is what the
  * parallel::accumulate_from_subranges function does (note that you
  * have to specify the result type as a template argument and that, as
- * usual, the minimumum number of elements of the outer loop that can
+ * usual, the minimum number of elements of the outer loop that can
  * be scheduled on a single CPU core is given as the last argument):
  * @code
     double
index 9f54646b91268d77ff7cc1b97ae8c44e2cc57ab2..ee9d6e111d7937df3fd53cebda869950318be363 100644 (file)
  * <li>FEValues::reinit() calls Mapping::fill_fe_values(), then FiniteElement::fill_fe_values()
  * <li>FEFaceValues::reinit() calls Mapping::fill_fe_face_values(), then FiniteElement::fill_fe_face_values()
  * <li>FESubfaceValues::reinit() calls Mapping::fill_fe_subface_values(),
- * thenFiniteElement::fill_fe_subface_values()
+ * then FiniteElement::fill_fe_subface_values()
  * </ul>
  * 
  * This is where the actual data fields for FEValues, stored in
index a14bca76fcc3e3e63b735165a101ed2a893befc8..ac84956453c659e28d13452879f5d691345875a3 100644 (file)
  *        would represent the gradient of the scalar pressure component, which
  *        is of type <code>Tensor@<1,dim@></code>, whereas the gradient of the
  *        velocities components, <code>fe_values[velocities].gradient(i,q)</code>
- *        is a <code>Tensor@<2,dim@></code>, i.e. a matrix $G_{ij}$ that consits
+ *        is a <code>Tensor@<2,dim@></code>, i.e. a matrix $G_{ij}$ that consists
  *        of entries $G_{ij}=\frac{\partial\phi_i}{\partial x_j}$. Finally,
  *        both scalar and vector views can be asked for the second derivatives
  *        ("Hessians") and vector views can be asked for the symmetric gradient,

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.