]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fixed typos in step-2 tutorial, step-6.cc, and to the Function< dim > documentation.
authorryan.grove <ryan.grove@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Feb 2014 01:59:13 +0000 (01:59 +0000)
committerryan.grove <ryan.grove@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Feb 2014 01:59:13 +0000 (01:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@32442 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/glossary.h
deal.II/examples/step-2/doc/intro.dox
deal.II/examples/step-6/step-6.cc
deal.II/include/deal.II/base/function.h

index 8117be9be15fe48814b1d6064a2bc2b0bb523608..5c10bf22dc02b13c9ed4d2031fca43774d528d89 100644 (file)
  * is a vector of expension coefficients. Because we don't know their values
  * yet (we will compute them as the solution of a linear or nonlinear system),
  * they are called "unknowns" or "degrees of freedom". The second meaning of
- * the term con be explained as follows: A mathematical description of finite
+ * the term can be explained as follows: A mathematical description of finite
  * element problem is often to say that we are looking for a finite
  * dimensional function $u_h \in V_h$ that satisfies some set of equations
  * (e.g. $a(u_h,\varphi_h)=(f,\varphi_h)$ for all test functions $\varphi_h\in
index 3c2412609ab7b5b2473d9df0848e638465ad301a..61b5a33244acb250022cb79b6b2a8c86c49f4522 100644 (file)
@@ -16,7 +16,7 @@ function, in the form $u_h(\mathbf x) = \sum_{j=0}^{N-1} U_j \varphi_j(\mathbf
 x)$. Here, $U_j$ is a vector of expansion coefficients. Because we don't know
 their values yet (we will compute them as the solution of a linear or
 nonlinear system), they are called "unknowns" or "degrees of freedom". The
-second meaning of the term con be explained as follows: A mathematical
+second meaning of the term can be explained as follows: A mathematical
 description of finite element problem is often to say that we are looking for
 a finite dimensional function $u_h \in V_h$ that satisfies some set of equations
 (e.g. $a(u_h,\varphi_h)=(f,\varphi_h)$ for all test functions $\varphi_h\in
index e3fca00b1e95487f764a1f658fe07b43d8eb709b..52dda1eb453ab2250fae4de3d96de1ca73e4c68c 100644 (file)
@@ -273,7 +273,7 @@ Step6<dim>::~Step6 ()
 // The next function is setting up all the variables that describe the linear
 // finite element problem, such as the DoF handler, the matrices, and
 // vectors. The difference to what we did in step-5 is only that we now also
-// have to take care of handing node constraints. These constraints are
+// have to take care of hanging node constraints. These constraints are
 // handled almost transparently by the library, i.e. you only need to know
 // that they exist and how to get them, but you do not have to know how they
 // are formed or what exactly is done with them.
index 616f6de210deb93dc2691556cf60af8ecbd35280..19ddcd716d2fc9dbf9be9b0149179c2ce012cfa7 100644 (file)
@@ -193,7 +193,7 @@ public:
    * <tt>values</tt> already has the right size, i.e.  the same size as the
    * <tt>points</tt> array.
    *
-   * Be default, this function repeatedly calls value() for each point
+   * By default, this function repeatedly calls value() for each point
    * separately, to fill the output array.
    */
   virtual void value_list (const std::vector<Point<dim> > &points,
@@ -207,7 +207,7 @@ public:
    * all elements be vectors with the same number of components as this
    * function has.
    *
-   * Be default, this function repeatedly calls vector_value() for each
+   * By default, this function repeatedly calls vector_value() for each
    * point separately, to fill the output array.
    */
   virtual void vector_value_list (const std::vector<Point<dim> > &points,

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.