]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove sparsity_patterns 6784/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sat, 23 Jun 2018 12:43:25 +0000 (14:43 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sat, 23 Jun 2018 12:43:25 +0000 (14:43 +0200)
examples/step-45/step-45.cc

index 617f6dcdd8052e37ff1952f7e9d2412fee28f65f..059cd11e3d8920cdf6f933080afe9917c96cf6c1 100644 (file)
@@ -96,11 +96,9 @@ namespace Step45
     std::vector<IndexSet>     owned_partitioning;
     std::vector<IndexSet>     relevant_partitioning;
 
-    TrilinosWrappers::BlockSparsityPattern sparsity_pattern;
-    TrilinosWrappers::BlockSparseMatrix    system_matrix;
+    TrilinosWrappers::BlockSparseMatrix system_matrix;
 
-    TrilinosWrappers::BlockSparsityPattern preconditioner_sparsity_pattern;
-    TrilinosWrappers::BlockSparseMatrix    preconditioner_matrix;
+    TrilinosWrappers::BlockSparseMatrix preconditioner_matrix;
 
     TrilinosWrappers::MPI::BlockVector solution;
     TrilinosWrappers::MPI::BlockVector system_rhs;

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.