]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a wrong word. 18281/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 23 Mar 2025 17:55:26 +0000 (11:55 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sun, 23 Mar 2025 17:55:26 +0000 (11:55 -0600)
include/deal.II/lac/trilinos_tpetra_sparse_matrix.templates.h

index a25d8195efe2a1fb5351acc5857bc8f8b84a7468..946bcfe288afddfe4e2fe5634db6351b15af7b69 100644 (file)
@@ -222,8 +222,8 @@ namespace LinearAlgebra
         for (size_type row = first_row; row < last_row; ++row)
           n_entries_per_row[row - first_row] = sparsity_pattern.row_length(row);
 
-        // The deal.II notation of a Sparsity pattern corresponds to the
-        // Tpetra concept of a Graph. Hence, we generate a graph by copying
+        // The deal.II notion of a 'sparsity pattern' corresponds to the
+        // Tpetra concept of a 'graph'. Hence, we generate a graph by copying
         // the sparsity pattern into it, and then build up the matrix from the
         // graph. This is considerable faster than directly filling elements
         // into the matrix. Moreover, it consumes less memory, since the

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.