]> https://gitweb.dealii.org/ - dealii.git/commitdiff
clarify omit_zeroing_entries 17900/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 2 Dec 2024 01:17:58 +0000 (20:17 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 2 Dec 2024 18:57:30 +0000 (13:57 -0500)
include/deal.II/lac/trilinos_vector.h

index fc40847537b882bf5c724631da37ac610fcb0450..39e7983a509d925d760b4bfb1ab7fe9e01e99864 100644 (file)
@@ -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
        * <tt>omit_zeroing_entries</tt> determines whether the vector should be
-       * filled with zero (false). If the flag is set to <tt>true</tt>, 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 <tt>false</tt>) or left in an unspecified
+       * state (if the flag is set to <tt>true</tt>). 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.