From: Peter Munch Date: Fri, 7 Feb 2020 18:47:06 +0000 (+0100) Subject: Update documentation X-Git-Tag: v9.2.0-rc1~551^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72eeddf378a6560c9213ae37d2646574885ad788;p=dealii.git Update documentation --- diff --git a/include/deal.II/matrix_free/dof_info.h b/include/deal.II/matrix_free/dof_info.h index 8e1ffdd106..37d684d309 100644 --- a/include/deal.II/matrix_free/dof_info.h +++ b/include/deal.II/matrix_free/dof_info.h @@ -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, 5> vector_partitioner_face_variants;