]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Patch by Felix Gruber: Fix many typos.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Feb 2013 14:13:54 +0000 (14:13 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Feb 2013 14:13:54 +0000 (14:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@28404 0785d39b-7218-0410-832d-ea1e28bc413d

17 files changed:
deal.II/include/deal.II/base/smartpointer.h
deal.II/include/deal.II/base/tensor_function.h
deal.II/include/deal.II/distributed/solution_transfer.h
deal.II/include/deal.II/dofs/dof_faces.h
deal.II/include/deal.II/dofs/dof_levels.h
deal.II/include/deal.II/dofs/number_cache.h
deal.II/include/deal.II/fe/fe.h
deal.II/include/deal.II/fe/fe_base.h
deal.II/include/deal.II/fe/fe_dgq.h
deal.II/include/deal.II/fe/fe_face.h
deal.II/include/deal.II/fe/fe_poly.h
deal.II/include/deal.II/fe/fe_poly_face.h
deal.II/include/deal.II/fe/fe_poly_tensor.h
deal.II/include/deal.II/grid/tria_levels.h
deal.II/include/deal.II/numerics/fe_field_function.h
deal.II/include/deal.II/numerics/matrix_tools.h
deal.II/include/deal.II/numerics/vector_tools.h

index afb56e0f906a38419fa16b5182840e78dd267b16..5037ce81cc1e5888703092e4610130fe7e5039b1 100644 (file)
@@ -24,7 +24,7 @@ DEAL_II_NAMESPACE_OPEN
  * but make sure that the object pointed to is not deleted in the course of
  * use of the pointer by signalling the pointee its use.
  *
- * Objects pointed to, that is ,the class T, should inherit
+ * Objects pointed to, i.e. the class T, should inherit
  * Subscriptor or must implement the same functionality. Null pointers
  * are an exception from this rule and are allowed, too.
  *
index 81b0dc008cdcf3f449ecf09761e143373862bbfa..b8a7bd791074dd7311361bf05c307731c92e207c 100644 (file)
@@ -36,7 +36,7 @@ DEAL_II_NAMESPACE_OPEN
  *  use the <tt>vector_value</tt> function, which however does not return
  *  the value, but rather writes it into the address provided by its
  *  second argument. The reason for the different behaviour of the
- *  classes is that in the case if tensor valued functions, the size
+ *  classes is that in the case of tensor valued functions, the size
  *  of the argument is known to the compiler a priori, such that the
  *  correct amount of memory can be allocated on the stack for the
  *  return value; on the other hand, for the vector valued functions,
index aa230fcf1a311ece87f9d6d47764ebe876121fec..8c444d7b0605fc3b72e64ed4990b31696a39f65e 100644 (file)
@@ -32,7 +32,7 @@ namespace parallel
      * coarsening a distributed grid and
      * handles the necessary communication.
      *
-     * @note: It is important to note, that if you use more than one
+     * @note It is important to note, that if you use more than one
      * SolutionTransfer object at the same time, that the calls to
      * prepare_*() and interpolate()/deserialize() need to be in the same order.
      *
index eb79f58134605f35285c1d53ee3d38dfe3484470..a9062e8bf9c36d9b1e2fa79ccc776df3352805fc 100644 (file)
@@ -41,7 +41,7 @@ namespace internal
      * that is associated with faces, rather than cells, as this information is independent of
      * the hierarchical structure of cells, which are organized in levels. In 2D we store
      * information on degrees of freedom located on lines whereas in 3D we store information on
-     * drefrees of freedom located on quads and lines. In 1D we do nothing, as the faces of
+     * degrees of freedom located on quads and lines. In 1D we do nothing, as the faces of
      * lines are vertices which are treated seperately.
      *
      * Apart from the DoFObjects object containing the data to store (degree of freedom
index b721b1f61f0517ae3455d8ec1fdec55ed172b49f..dbd19dc965aa8c75744d3fe33784af258c6bfd3b 100644 (file)
@@ -48,7 +48,7 @@ namespace internal
      *
      * The indices of degrees of freedom located on lower dimensional
      * objects, i.e. on lines for 2D and on quads and lines for 3D are
-     * treated similarly than that on cells. However, theses geometrical
+     * treated similarly than that on cells. However, these geometrical
      * objects, which are called faces as a generalisation, are not
      * organised in a hierarchical structure of levels. Therefore, the
      * degrees of freedom located on these objects are stored in separate
index 4d107d39f95e43f560224e3620d8b8bd395ae5f9..d9ba3850823234da246a31aff8d94104345e40df 100644 (file)
@@ -28,7 +28,7 @@ namespace internal
      * A structure used by the
      * DoFHandler classes to store
      * information about the degrees
-     * of freedom they deals with.
+     * of freedom they deal with.
      */
     struct NumberCache
     {
index 999fd6466cd32e299839dc1328c36a6f2facde81..0e8633a755af499fa144e72e6ce0aba387b6357c 100644 (file)
@@ -2417,7 +2417,7 @@ protected:
    * the library, for example the
    * constructors of FESystem as
    * well as the hp::FECollection
-   * class, need to make copied of
+   * class, need to make copies of
    * finite elements without
    * knowing their exact type. They
    * do so through this function.
index ae47af985ddced0f24bfbc23bb0e28117efac873..ddd8e1565d4ed2874d6a9b0ef497e6b15e8aff12 100644 (file)
@@ -302,7 +302,7 @@ public:
 
   /**
    * Constructor, computing all necessary values from the distribution of dofs
-   * to geometrcal objects.
+   * to geometrical objects.
    *
    * @param dofs_per_object Number of dofs on geometrical objects for each
    * dimension. In this vector, entry 0 refers to dofs on vertices, entry 1 on
index e2c1190b881f74f5057cadb8f362e205318ee130..980277a4aa688d1744ca31e2b04b1aa5a14de73f 100644 (file)
@@ -96,7 +96,7 @@ public:
    * Return a string that uniquely
    * identifies a finite
    * element. This class returns
-   * <tt>FE_DGQ<dim>(degree)</tt> , with
+   * <tt>FE_DGQ<dim>(degree)</tt>, with
    * <tt>dim</tt> and <tt>degree</tt>
    * replaced by appropriate
    * values.
index 936c0a286b4d5267a159eeda2680c20de951f2d4..697c20bf019665e23e7fcefd4bba7a667fd3b623 100644 (file)
@@ -63,7 +63,7 @@ public:
    * Return a string that uniquely
    * identifies a finite
    * element. This class returns
-   * <tt>FE_DGQ<dim>(degree)</tt> , with
+   * <tt>FE_DGQ<dim>(degree)</tt>, with
    * <tt>dim</tt> and <tt>degree</tt>
    * replaced by appropriate
    * values.
index 4a5042d9c7ed113f3f7c4bacd7fb9449b56f13a3..ba8ccd729727c4273fd5b445ed914babb2ec2f88 100644 (file)
@@ -22,8 +22,8 @@ DEAL_II_NAMESPACE_OPEN
 
 /**
  * This class gives a unified framework for the implementation of
- * FiniteElement classes based on polynomial spaces like the
- * TensorProductPolynomials or PolynomialSpace classes.
+ * FiniteElement classes based on polynomial spaces like the
+ * TensorProductPolynomials or PolynomialSpace classes.
  *
  * Every class conforming to the following interface can be used as
  * template parameter POLY.
index a4499b61c1a995a535df9571d3a0631bb38d3a3d..10ccec681bc237e16bef4c10df78b4eff9bac0e5 100644 (file)
@@ -28,7 +28,7 @@ DEAL_II_NAMESPACE_OPEN
  * based on polynomial spaces like the TensorProductPolynomials or a
  * PolynomialSpace classes.
  *
- * Every class that implements following functions can be used as
+ * Every class that implements the following functions can be used as
  * template parameter POLY.
  *
  * @code
index 5650e3365c37395e8e3efeb015064a03b4773251..4a8c3c235f858eb4fdb5a9d77d5906234fb94c01 100644 (file)
@@ -92,7 +92,7 @@ DEAL_II_NAMESPACE_OPEN
  *
  * @note The matrix #inverse_node_matrix should have dimensions zero
  * before this piece of code is executed. Only then,
- * shape_value_component() will return the raw bolynomial <i>j</i> as
+ * shape_value_component() will return the raw polynomial <i>j</i> as
  * defined in the polynomial space POLY.
  *
  * <h4>Setting the transformation</h4>
index 70f35c0a4dace61316a7857fddb4c016da36df1c..da4669901a2776d77f5e2da10a18fc1624e0fda6 100644 (file)
@@ -82,7 +82,7 @@ namespace internal
        *  of the cells. Convention is, that the
        *  neighbors of the cell with index @p i
        *  are stored in the fields following
-       *  $i*(2*real_space_dimension)$, e.g. in
+       *  $i*(2*real\_space\_dimension)$, e.g. in
        *  one spatial dimension, the neighbors
        *  of cell 0 are stored in <tt>neighbors[0]</tt>
        *  and <tt>neighbors[1]</tt>, the neighbors of
index 0d28f034d6cd8f0870f6e871ee21c28a2659eea4..2ac4043bcb1792a67bda29468b11d0c703f2243d 100644 (file)
@@ -41,7 +41,7 @@ namespace Functions
    * element function. In order to do so, it needs to find out where
    * the points lie.
    *
-   * If you know in advance in which cell your points lye, you can
+   * If you know in advance in which cell your points lie, you can
    * accelerate things a bit, by calling set_active_cell before
    * asking for values or gradients of the function. If you don't do
    * this, and your points don't lie in the cell that is currently
index a34eec00b157d08ffeebd603141724d7e34054a5..82a9b3a54d3ac8d6b55dbbe4988895970eb19aeb 100644 (file)
@@ -685,7 +685,7 @@ namespace MatrixCreator
  * or to the first nonzero main diagonal entry if it is zero for some reason.
  * Of course we have to change the right hand side appropriately. This is not
  * a very good strategy, but it at least should give the main diagonal entry a
- * value in the right order of dimension, which makes the solvution process a
+ * value in the right order of dimension, which makes the solution process a
  * bit more stable. A refined algorithm would set the entry to the mean of the
  * other diagonal entries, but this seems to be too expensive.
  *
index 2b437befa5167e2cdd54590aa99fc5e874509668..badbaa2f4e4617c16946f604219a6ccf7abd0dd5 100644 (file)
@@ -686,7 +686,7 @@ namespace VectorTools
    * map of boundary values.
    *
    * The parameter
-   * @p function_map argument
+   * @p function_map
    * provides a list of boundary
    * indicators to be handled by
    * this function and corresponding

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.