From ef55dde2ca814897fd9f6b2334df3a7713726fc8 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 13 Dec 2017 22:44:11 -0500 Subject: [PATCH] address comment --- include/deal.II/lac/petsc_parallel_vector.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" -- 2.39.5