From 0a0e442f0356300951adf9ae09e2ca77288c6c09 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 11 Dec 2021 10:33:32 -0500 Subject: [PATCH] Fix some various typos and dead links. --- doc/doxygen/headers/distributed.h | 2 +- doc/doxygen/headers/glossary.h | 2 +- include/deal.II/base/aligned_vector.h | 4 ++-- include/deal.II/base/table.h | 4 ++-- include/deal.II/lac/trilinos_sparse_matrix.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/doxygen/headers/distributed.h b/doc/doxygen/headers/distributed.h index 9c1c190b56..57b979d6a6 100644 --- a/doc/doxygen/headers/distributed.h +++ b/doc/doxygen/headers/distributed.h @@ -402,7 +402,7 @@ * to the solution values for all degrees of freedom that are locally * relevant. On the other hand, both of the packages we can use for * parallel linear algebra (PETSc and Trilinos) as well as - * parallel::distributed::Vector subdivide vectors into chunks + * LinearAlgebra::distributed::Vector subdivide vectors into chunks * each processor owns and chunks stored on other processors. To postprocess * stuff therefore means that we have to tell PETSc or Trilinos that it should * also import ghost elements, i.e. additional vector elements of the diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index e521674158..06f2ee072a 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -1113,7 +1113,7 @@ * that the current processor stores but does not own (i.e., the * "ghost elements") are simply mirror images of a primary value somewhere * else -- thus, the name "ghost". This is also the case for the - * parallel::distributed::Vector class. + * LinearAlgebra::distributed::Vector class. * * On the other hand, in Trilinos (and consequently in * TrilinosWrappers::MPI::Vector), a ghosted vector is simply a view diff --git a/include/deal.II/base/aligned_vector.h b/include/deal.II/base/aligned_vector.h index a977a54168..ff3dffbbd6 100644 --- a/include/deal.II/base/aligned_vector.h +++ b/include/deal.II/base/aligned_vector.h @@ -287,8 +287,8 @@ public: * across MPI processes. * * This function does not imply a model of keeping data on different processes - * in sync, as parallel::distributed::Vector and other vector classes do where - * there exists a notion of certain elements of the vector owned by each + * in sync, as LinearAlgebra::distributed::Vector and other vector classes do + * where there exists a notion of certain elements of the vector owned by each * process and possibly ghost elements that are mirrored from its owning * process to other processes. Rather, the elements of the current object are * simply copied to the other processes, and it is useful to think of this diff --git a/include/deal.II/base/table.h b/include/deal.II/base/table.h index bfaa2bcdd3..b5ada3e8e8 100644 --- a/include/deal.II/base/table.h +++ b/include/deal.II/base/table.h @@ -665,8 +665,8 @@ public: * space. * * This function does not imply a model of keeping data on different processes - * in sync, as parallel::distributed::Vector and other vector classes do where - * there exists a notion of certain elements of the vector owned by each + * in sync, as LinearAlgebra::distributed::Vector and other vector classes do + * where there exists a notion of certain elements of the vector owned by each * process and possibly ghost elements that are mirrored from its owning * process to other processes. Rather, the elements of the current object are * simply copied to the other processes, and it is useful to think of this diff --git a/include/deal.II/lac/trilinos_sparse_matrix.h b/include/deal.II/lac/trilinos_sparse_matrix.h index 8f3e0803fa..68bcac534b 100644 --- a/include/deal.II/lac/trilinos_sparse_matrix.h +++ b/include/deal.II/lac/trilinos_sparse_matrix.h @@ -2056,7 +2056,7 @@ namespace TrilinosWrappers * TrilinosWrappers::PreconditionBase that this payload wraps is passed by * reference to the vmult and Tvmult functions. This * object is not thread-safe when the transpose flag is set on it or the - * Trilinos object to which it refers. See the docuemtation for the + * Trilinos object to which it refers. See the documentation for the * TrilinosWrappers::internal::LinearOperatorImplementation::TrilinosPayload::SetUseTranspose() * function for further details. * -- 2.39.5