From fb8cfd962657cd3d7bb193e0b8895e25dccc456b Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 12 Oct 2015 17:59:56 -0400 Subject: [PATCH] Fix some English word substitution typos. In particular, this fixes substitution of 'loose' for 'lose' and 'ore' for 'or'. --- doc/users/cmake.html | 2 +- include/deal.II/base/tensor_accessors.h | 2 +- include/deal.II/multigrid/mg_transfer_block.h | 2 +- source/dofs/dof_tools_constraints.cc | 2 +- source/grid/tria.cc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/users/cmake.html b/doc/users/cmake.html index 603c5a9ece..d5431c14f4 100644 --- a/doc/users/cmake.html +++ b/doc/users/cmake.html @@ -489,7 +489,7 @@ DEAL_II_WITH_ZLIB

- If enabled, each of the features above will usually add one ore + If enabled, each of the features above will usually add one or more dependencies to external or 'bundled' (i.e. bundled with deal.II and residing under bundled/) libraries. diff --git a/include/deal.II/base/tensor_accessors.h b/include/deal.II/base/tensor_accessors.h index 07dd889291..f655db3912 100644 --- a/include/deal.II/base/tensor_accessors.h +++ b/include/deal.II/base/tensor_accessors.h @@ -163,7 +163,7 @@ namespace TensorAccessors * fairly general tensorial types @p T. * * The purpose of this reordering facility is to be able to contract over - * an arbitrary index of two (ore more) tensors: + * an arbitrary index of two (or more) tensors: * - reorder the indices in mind to the end of the tensors * - use the contract function below that contracts the _last_ elements of * tensors. diff --git a/include/deal.II/multigrid/mg_transfer_block.h b/include/deal.II/multigrid/mg_transfer_block.h index e13f8ff826..b992cf9c86 100644 --- a/include/deal.II/multigrid/mg_transfer_block.h +++ b/include/deal.II/multigrid/mg_transfer_block.h @@ -51,7 +51,7 @@ template class DoFHandler; * Implementation of matrix generation for MGTransferBlock. * * This is the base class for MGTransfer objects for systems of equations - * where multigrid is applied only to one ore some blocks, where a + * where multigrid is applied only to one or some blocks, where a * @ref GlossBlock * comprises all degrees of freedom generated by one base element. * diff --git a/source/dofs/dof_tools_constraints.cc b/source/dofs/dof_tools_constraints.cc index b3a4f3a131..2c2ab6ceac 100644 --- a/source/dofs/dof_tools_constraints.cc +++ b/source/dofs/dof_tools_constraints.cc @@ -1300,7 +1300,7 @@ namespace DoFTools // This requires usage of find_least_face_dominating_fe() // with fe_indices of sub-faces and the mother face. // Note that the last solution covers the first two scenarios, - // thus we stick with it assuming that we won't loose much time/efficiency. + // thus we stick with it assuming that we won't lose much time/efficiency. const unsigned int dominating_fe_index = fe_collection.find_least_face_dominating_fe(fe_ind_face_subface); AssertThrow(dominating_fe_index != numbers::invalid_unsigned_int, ExcMessage("Could not find a least face dominating FE.")); diff --git a/source/grid/tria.cc b/source/grid/tria.cc index 3a6050c4cd..adbafbc39a 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -12102,7 +12102,7 @@ namespace // natural to use the union. however, intersection is // the less aggressive tactic and favours a smaller // number of refined cells over an intensive - // smoothing. this way we try not to loose too much of + // smoothing. this way we try not to lose too much of // the effort we put in anisotropic refinement // indicators due to overly aggressive smoothing... directional_cell_refinement_case -- 2.39.5