From 7f119cb709de9581c1a899c162efa9fcf4327d3e Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 20 Jun 2023 09:38:31 -0400 Subject: [PATCH] 9.5: run the double-word typos script. --- include/deal.II/base/index_set.h | 2 +- include/deal.II/base/memory_space.h | 2 +- include/deal.II/base/memory_space_data.h | 2 +- include/deal.II/base/mpi.h | 2 +- include/deal.II/base/polynomials_wedge.h | 4 ++-- include/deal.II/distributed/repartitioning_policy_tools.h | 2 +- include/deal.II/fe/fe_interface_values.h | 6 +++--- include/deal.II/non_matching/quadrature_generator.h | 4 ++-- include/deal.II/numerics/data_out_dof_data.h | 4 ++-- include/deal.II/sundials/kinsol.h | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/include/deal.II/base/index_set.h b/include/deal.II/base/index_set.h index 78e7b6ba82..1ed15a0bf7 100644 --- a/include/deal.II/base/index_set.h +++ b/include/deal.II/base/index_set.h @@ -195,7 +195,7 @@ public: * @pre The condition begin@<=end 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. diff --git a/include/deal.II/base/memory_space.h b/include/deal.II/base/memory_space.h index d872c1e97c..58fddefde1 100644 --- a/include/deal.II/base/memory_space.h +++ b/include/deal.II/base/memory_space.h @@ -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 diff --git a/include/deal.II/base/memory_space_data.h b/include/deal.II/base/memory_space_data.h index 91774a27db..82fd3472b1 100644 --- a/include/deal.II/base/memory_space_data.h +++ b/include/deal.II/base/memory_space_data.h @@ -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 diff --git a/include/deal.II/base/mpi.h b/include/deal.II/base/mpi.h index 505740fb1f..0ce8e90a1d 100644 --- a/include/deal.II/base/mpi.h +++ b/include/deal.II/base/mpi.h @@ -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. diff --git a/include/deal.II/base/polynomials_wedge.h b/include/deal.II/base/polynomials_wedge.h index ddfec3a89d..734e75b9f7 100644 --- a/include/deal.II/base/polynomials_wedge.h +++ b/include/deal.II/base/polynomials_wedge.h @@ -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 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 wedge_table_2{ diff --git a/include/deal.II/distributed/repartitioning_policy_tools.h b/include/deal.II/distributed/repartitioning_policy_tools.h index 8240a72086..2265b09651 100644 --- a/include/deal.II/distributed/repartitioning_policy_tools.h +++ b/include/deal.II/distributed/repartitioning_policy_tools.h @@ -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() diff --git a/include/deal.II/fe/fe_interface_values.h b/include/deal.II/fe/fe_interface_values.h index cfc1e05824..e032f72d35 100644 --- a/include/deal.II/fe/fe_interface_values.h +++ b/include/deal.II/fe/fe_interface_values.h @@ -2155,7 +2155,7 @@ public: /** * Return the jump in the third derivatives of the - * the finite element function characterized by fe_function at + * finite element function characterized by fe_function at * the quadrature points of the cell interface selected the last time * the reinit 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 fe_function at the + * finite element function characterized by fe_function at the * quadrature points of the cell interface selected the last time * the reinit 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 fe_function at the + * finite element function characterized by fe_function at the * quadrature points of the cell interface selected the last time * the reinit function of the FEInterfaceValues object was called. * @dealiiRequiresUpdateFlags{update_hessians} diff --git a/include/deal.II/non_matching/quadrature_generator.h b/include/deal.II/non_matching/quadrature_generator.h index 199cf1eb7d..7b7b7947cf 100644 --- a/include/deal.II/non_matching/quadrature_generator.h +++ b/include/deal.II/non_matching/quadrature_generator.h @@ -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 diff --git a/include/deal.II/numerics/data_out_dof_data.h b/include/deal.II/numerics/data_out_dof_data.h index 227c8aaca7..1ef22eca8d 100644 --- a/include/deal.II/numerics/data_out_dof_data.h +++ b/include/deal.II/numerics/data_out_dof_data.h @@ -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 diff --git a/include/deal.II/sundials/kinsol.h b/include/deal.II/sundials/kinsol.h index 030c64d97b..afb50ce1d0 100644 --- a/include/deal.II/sundials/kinsol.h +++ b/include/deal.II/sundials/kinsol.h @@ -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 -- 2.39.5