]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-70: remove unused variable 10272/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 19 May 2020 13:48:58 +0000 (09:48 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 19 May 2020 13:49:14 +0000 (09:49 -0400)
examples/step-70/step-70.cc

index 7ab7f5faff639dd8c16da9a9b509350f2bb4ee0a..4d5f73044fecd36968099494a0ebc35c01c65f65 100644 (file)
@@ -670,12 +670,11 @@ namespace Step70
     AffineConstraints<double> constraints;
 
     LA::MPI::BlockSparseMatrix system_matrix;
-    LA::MPI::BlockSparseMatrix coupling_matrix;
-
     LA::MPI::BlockSparseMatrix preconditioner_matrix;
-    LA::MPI::BlockVector       solution;
-    LA::MPI::BlockVector       locally_relevant_solution;
-    LA::MPI::BlockVector       system_rhs;
+
+    LA::MPI::BlockVector solution;
+    LA::MPI::BlockVector locally_relevant_solution;
+    LA::MPI::BlockVector system_rhs;
 
     // Let us move to the particles side of this program. There are two
     // Particles::ParticleHandler objects used to couple the solid with 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.