]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update documentation 9494/head
authorPeter Munch <peterrmuench@gmail.com>
Fri, 7 Feb 2020 18:47:06 +0000 (19:47 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Fri, 7 Feb 2020 18:47:06 +0000 (19:47 +0100)
include/deal.II/matrix_free/dof_info.h

index 8e1ffdd10639db5539a189baf4d2941bac4c60e5..37d684d30929cdc3448994617a611e70005e6d53 100644 (file)
@@ -480,11 +480,18 @@ namespace internal
        * vector partitioner stored in @p vector_partitioner. These
        * partitioners are used in specialized loops that only import parts of
        * the ghosted region for reducing the amount of communication. There
-       * are three variants of the partitioner initialized, one that queries
-       * only the cell values, one that additionally describes the indices for
-       * evaluating the function values on the faces, and one that describes
-       * the indices for evaluation both the function values and the gradients
-       * on the faces adjacent to the locally owned cells.
+       * are five variants of the partitioner initialized:
+       * - one that queries only the cell values,
+       * - one that additionally describes the indices for
+       *   evaluating the function values on relevant faces,
+       * - one that describes the indices for evaluation both the function
+       *   values and the gradients on relevant faces adjacent to the locally
+       *   owned cells,
+       * - one that additionally describes the indices for
+       *   evaluating the function values on all faces, and
+       * - one that describes the indices for evaluation both the function
+       *   values and the gradients on all faces adjacent to the locally owned
+       *   cells.
        */
       std::array<std::shared_ptr<const Utilities::MPI::Partitioner>, 5>
         vector_partitioner_face_variants;

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.