From 42f9d3df48b22507e095325bd27c67b99352b012 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 1 Dec 2024 20:17:58 -0500 Subject: [PATCH] clarify omit_zeroing_entries --- include/deal.II/lac/trilinos_vector.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.39.5