]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some various typos and dead links. 13062/head
authorDavid Wells <drwells@email.unc.edu>
Sat, 11 Dec 2021 15:33:32 +0000 (10:33 -0500)
committerDavid Wells <drwells@email.unc.edu>
Sat, 11 Dec 2021 15:33:32 +0000 (10:33 -0500)
doc/doxygen/headers/distributed.h
doc/doxygen/headers/glossary.h
include/deal.II/base/aligned_vector.h
include/deal.II/base/table.h
include/deal.II/lac/trilinos_sparse_matrix.h

index 9c1c190b565105c02955fbef71d144179b34af57..57b979d6a63b6ee25fc3604831a65d95fffacc5b 100644 (file)
  * to the solution values for all degrees of freedom that are <i>locally
  * relevant</i>. 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 <i>ghost elements</i>, i.e. additional vector elements of the
index e5216741584bbd0deb33d0c627264ff84c0fa897..06f2ee072a87ecb982df9ccd7faf5775596a091b 100644 (file)
  * 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
index a977a541688e1d093a645462a2e44c8dd4dca3e0..ff3dffbbd6a29cc5d4155693e92c9753a95e2fed 100644 (file)
@@ -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
index bfaa2bcdd3be8e5ce09d53fe2617ccae07a6aef2..b5ada3e8e88111502cad423e0182a42eb8911132 100644 (file)
@@ -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
index 8f3e0803fa0c54aff32c35412295c2c24ea92c2e..68bcac534b3670963c819f0d7005070c92ee5b16 100644 (file)
@@ -2056,7 +2056,7 @@ namespace TrilinosWrappers
        * TrilinosWrappers::PreconditionBase that this payload wraps is passed by
        * reference to the <tt>vmult</tt> and <tt>Tvmult</tt> 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.
        *

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.