]> https://gitweb.dealii.org/ - dealii.git/commitdiff
clarify documentation for TrilinosWrappers::*Matrix::n_nonzero_elements 2747/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 4 Jul 2016 15:27:28 +0000 (16:27 +0100)
committerTimo Heister <timo.heister@gmail.com>
Mon, 4 Jul 2016 15:27:28 +0000 (16:27 +0100)
include/deal.II/lac/trilinos_block_sparse_matrix.h
include/deal.II/lac/trilinos_sparse_matrix.h

index 174771aff88009a32c1098d9339825726ad7862e..f5aecbd21eea5fe24f92587473798b194dbd3e8c 100644 (file)
@@ -219,7 +219,8 @@ namespace TrilinosWrappers
     void collect_sizes ();
 
     /**
-     * Return the number of nonzero elements of this matrix.
+     * Return the total number of nonzero elements of this matrix (summed
+     * over all MPI processes).
      */
     size_type n_nonzero_elements () const;
 
index 8c6a324801c4c550e629f8a1dcad28ab42d0ded6..dc407bb0b6a75ec82f70ea3398a1daf9bd32550b 100644 (file)
@@ -1020,7 +1020,8 @@ namespace TrilinosWrappers
     bool in_local_range (const size_type index) const;
 
     /**
-     * Return the number of nonzero elements of this matrix.
+     * Return the total number of nonzero elements of this matrix (summed
+     * over all MPI processes).
      */
     size_type n_nonzero_elements () const;
 

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.