]> https://gitweb.dealii.org/ - dealii.git/commitdiff
9.5: run the double-word typos script.
authorDavid Wells <drwells@email.unc.edu>
Tue, 20 Jun 2023 13:38:31 +0000 (09:38 -0400)
committerDavid Wells <drwells@email.unc.edu>
Tue, 20 Jun 2023 13:38:31 +0000 (09:38 -0400)
include/deal.II/base/index_set.h
include/deal.II/base/memory_space.h
include/deal.II/base/memory_space_data.h
include/deal.II/base/mpi.h
include/deal.II/base/polynomials_wedge.h
include/deal.II/distributed/repartitioning_policy_tools.h
include/deal.II/fe/fe_interface_values.h
include/deal.II/non_matching/quadrature_generator.h
include/deal.II/numerics/data_out_dof_data.h
include/deal.II/sundials/kinsol.h

index 78e7b6ba82ceb40c262eb316f200846011d3e930..1ed15a0bf7b399cbf3eb8b6480191e5c38adafcd 100644 (file)
@@ -195,7 +195,7 @@ public:
    * @pre The condition <code>begin@<=end</code> needs to be satisfied. They
    * also obviously have to point into the same container.
    *
-   * @note The operations of this function are substantially more efficient if
+   * @note The operations of this function are substantially more efficient
    *   if the indices pointed to by the range of iterators are already sorted.
    *   As a consequence, it is often worth sorting the range of indices
    *   before calling this function.
index d872c1e97cf15456d162d75a30fdd6e42349189f..58fddefde170a028ea0d85ed3e6b12064d97bdeb 100644 (file)
@@ -38,7 +38,7 @@ namespace MemorySpace
   /**
    * Structure describing the default memory space. If Kokkos was configured
    * with a GPU backend, the default memory space is the one corresponding to
-   * that backend. Otherwise, the default memory space is the the same as the
+   * that backend. Otherwise, the default memory space is the same as the
    * Host memory space.
    */
   struct Default
index 91774a27dbd5eb0f84e44a5589826025d1d25454..82fd3472b19330dcd6e4eb01fb29391382026833 100644 (file)
@@ -76,7 +76,7 @@ namespace MemorySpace
      * @p values when using shared memory and the memory space is
      * MemorySpace::Host. Otherwise it is not set.
      */
-    // This a shared pointer pointer so that MemorySpaceData can be copied and
+    // This a shared pointer so that MemorySpaceData can be copied and
     // MemorySpaceData::values can be used in Kokkos::parallel_for. This
     // pointer owns the data when using shared memory with MPI. In this case,
     // the Kokkos::View @p values is non-owning. When shared memory with MPI is
index 505740fb1f1128ad31cd9ae72778c315fc3233a6..0ce8e90a1d96b20c5f3c9b48950a3ddd9d77df61 100644 (file)
@@ -451,7 +451,7 @@ namespace Utilities
      *
      * This class models these two steps by taking two constructor
      * arguments that correspond to these two operations. It ensures
-     * that that upon destruction of the current object, both the
+     * that upon destruction of the current object, both the
      * wait and clean-up functions are called. Because the clean-up
      * function can only be called once, objects of the current
      * class can not be copied, but they can be moved.
index ddfec3a89d320ff27030fee9aa330c9fc5a9cdd4..734e75b9f73a5ded7e70f20193613bdf474d162c 100644 (file)
@@ -30,7 +30,7 @@ namespace internal
 {
   /**
    * Decompose the shape-function index of a linear wedge into an index
-   * to access the right shape function within the triangle and and within
+   * to access the right shape function within the triangle and within
    * the line.
    */
   static const constexpr dealii::ndarray<unsigned int, 6, 2> wedge_table_1{
@@ -38,7 +38,7 @@ namespace internal
 
   /**
    * Decompose the shape-function index of a quadratic wedge into an index
-   * to access the right shape function within the triangle and and within
+   * to access the right shape function within the triangle and within
    * the line.
    */
   static const constexpr dealii::ndarray<unsigned int, 18, 2> wedge_table_2{
index 8240a7208662f2e481599f4a827dc54b50b96dfe..2265b0965132e40f7e65a2bf2eb0a2658fd6a8ea 100644 (file)
@@ -23,7 +23,7 @@
 DEAL_II_NAMESPACE_OPEN
 
 /**
- * A namespace with repartitioning policies. These classes return vectors of
+ * A namespace with repartitioning policies. These classes return vectors
  * of the new owners of the active locally owned and ghost cells of a
  * Triangulation object. The returned vectors can be used, e.g., in
  * TriangulationDescription::Utilities::create_description_from_triangulation()
index cfc1e05824fd9555b925a726a2c79d5ead48cc88..e032f72d35d7b50850137d7e95e04c3236cea03f 100644 (file)
@@ -2155,7 +2155,7 @@ public:
 
   /**
    * Return the jump in the third derivatives of the
-   * the finite element function characterized by <tt>fe_function</tt> at
+   * finite element function characterized by <tt>fe_function</tt> at
    * the quadrature points of the cell interface selected the last time
    * the <tt>reinit</tt> function of the FEInterfaceValues object was called.
    *
@@ -2191,7 +2191,7 @@ public:
 
   /**
    * Return the average of the gradients of the
-   * the finite element function characterized by <tt>fe_function</tt> at the
+   * finite element function characterized by <tt>fe_function</tt> at the
    * quadrature points of the cell interface selected the last time
    * the <tt>reinit</tt> function of the FEInterfaceValues object was called.
    * @dealiiRequiresUpdateFlags{update_gradients}
@@ -2205,7 +2205,7 @@ public:
 
   /**
    * Return the average of the Hessians of the
-   * the finite element function characterized by <tt>fe_function</tt> at the
+   * finite element function characterized by <tt>fe_function</tt> at the
    * quadrature points of the cell interface selected the last time
    * the <tt>reinit</tt> function of the FEInterfaceValues object was called.
    * @dealiiRequiresUpdateFlags{update_hessians}
index 199cf1eb7d301ae68b797a500e042b6e543b34c6..7b7b7947cf64124d3c8935e8f6b23527d98f4439 100644 (file)
@@ -473,7 +473,7 @@ namespace NonMatching
   /**
    * This class generates the same type of immersed quadrature rules as those
    * described in the QuadratureGenerator class. The difference is that this
-   * class handles the case when the the domain is a discrete level set
+   * class handles the case when the domain is a discrete level set
    * function, i.e., when the level set function is described as a
    * (DoFHandler, Vector) pair. The generate()-function of this class takes a
    * cell in real space and constructs the immersed quadrature rules in
@@ -529,7 +529,7 @@ namespace NonMatching
   /**
    * This class generates the same type of immersed quadrature rules as those
    * described in the FaceQuadratureGenerator class. The difference is that this
-   * class handles the case when the the domain is a discrete level set
+   * class handles the case when the domain is a discrete level set
    * function, i.e., when the level set function is described as a
    * (DoFHandler, Vector) pair. The generate()-function of this class takes a
    * cell in real space plus the respective face index and constructs the
index 227c8aaca7964f88aaa11485e8519185383aea04..1ef22eca8deb9307863dfb1c7418c5c8ebb04689 100644 (file)
@@ -888,7 +888,7 @@ public:
 
   /**
    * Release pointers to all input data elements, i.e. pointers to
-   * to the DoF handler object. This function may be useful when
+   * the DoF handler object. This function may be useful when
    * you have called the @p build_patches function of derived class, since
    * then the patches are built and the input data is no more needed, nor is
    * there a need to reference it. You can then output the patches detached
@@ -916,7 +916,7 @@ public:
    * previous state is overwritten, and the merged-in patches are lost.
    *
    * The second parameter allows to shift each node of the patches in the
-   * object passed in in the first parameter by a certain amount. This is
+   * object passed in the first parameter by a certain amount. This is
    * sometimes useful to generate "exploded" views of a collection of blocks.
    *
    * This function will fail if either this or the other object did not yet
index 030c64d97b0e5650a22ef5db6985b2ca8ea00a87..afb50ce1d0db3acc38d96fc43fb90c33e1f7aa10 100644 (file)
@@ -644,7 +644,7 @@ namespace SUNDIALS
      * solution) makes no sense because the norm will either be dominated by the
      * velocity components or the pressure components. The scaling vector this
      * function returns is intended to provide each component of the solution
-     * with a scaling factor that is generally chosen as as the inverse of a
+     * with a scaling factor that is generally chosen as the inverse of a
      * "typical velocity" or "typical pressure" so that upon multiplication of a
      * vector component by the corresponding scaling vector component, one
      * obtains a number that is of order of magnitude of one (i.e., a reasonably

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.