]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-7: Use AffineConstraints instead of ConstraintMatrix
authorMatthias Maier <tamiko@43-1.org>
Sun, 16 Sep 2018 18:14:17 +0000 (13:14 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 19 Sep 2018 19:02:56 +0000 (14:02 -0500)
examples/step-7/step-7.cc

index 40143e79252b7506d16f38f543e0293a1b917d44..465b3faf528f57c5d8481dbea2bc513eda424b4e 100644 (file)
@@ -443,7 +443,7 @@ namespace Step7
 
     SmartPointer<const FiniteElement<dim>> fe;
 
-    ConstraintMatrix hanging_node_constraints;
+    AffineConstraints<double> hanging_node_constraints;
 
     SparsityPattern      sparsity_pattern;
     SparseMatrix<double> system_matrix;

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.