From: Timo Heister Date: Mon, 2 Dec 2024 01:17:58 +0000 (-0500) Subject: clarify omit_zeroing_entries X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17900%2Fhead;p=dealii.git clarify omit_zeroing_entries --- diff --git a/include/deal.II/lac/trilinos_vector.h b/include/deal.II/lac/trilinos_vector.h index fc40847537..39e7983a50 100644 --- a/include/deal.II/lac/trilinos_vector.h +++ b/include/deal.II/lac/trilinos_vector.h @@ -557,11 +557,10 @@ namespace TrilinosWrappers * Reinit functionality. This function destroys the old vector content * and generates a new one based on the input partitioning. The flag * omit_zeroing_entries determines whether the vector should be - * filled with zero (false). If the flag is set to true, the - * vector entries are in an unspecified state and the user has to set - * all elements. In the current implementation, this method still sets - * the entries to zero, but this might change between releases without - * notification. + * filled with zeros (if set to false) or left in an unspecified + * state (if the flag is set to true). In the current + * implementation, this method still sets the entries to zero, but this + * might change between releases without notification. * * Depending on whether the @p parallel_partitioning argument uniquely * subdivides elements among processors or not, the resulting vector may