From: Timo Heister Date: Thu, 14 Dec 2017 03:44:11 +0000 (-0500) Subject: address comment X-Git-Tag: v9.0.0-rc1~660^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5619%2Fhead;p=dealii.git address comment --- diff --git a/include/deal.II/lac/petsc_parallel_vector.h b/include/deal.II/lac/petsc_parallel_vector.h index abab4c5f87..9d2edc18c3 100644 --- a/include/deal.II/lac/petsc_parallel_vector.h +++ b/include/deal.II/lac/petsc_parallel_vector.h @@ -231,15 +231,16 @@ namespace PETScWrappers * from a DoFHandler with several finite element components if they are * not reordered by component (use a PETScWrappers::BlockVector * otherwise). The global size of the vector is determined by - * local.size(). The global indices in @p ghost are supplied as ghost - * indices that can also be read locally. + * local.size(). The global indices in @p ghost are supplied as ghost + * indices so that they can be read locally. * * Note that the @p ghost IndexSet may be empty and that any indices * already contained in @p local are ignored during construction. That * way, the ghost parameter can equal the set of locally relevant * degrees of freedom, see step-32. * - * @note This operation always creates a ghosted vector. + * @note This operation always creates a ghosted vector, which is considered + * read-only. * * @see * @ref GlossGhostedVector "vectors with ghost elements"