From: Matthias Maier Date: Sun, 16 Sep 2018 18:14:17 +0000 (-0500) Subject: step-7: Use AffineConstraints instead of ConstraintMatrix X-Git-Tag: v9.1.0-rc1~701^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae75ee0613598ce17ee203e6f5de6456a9dfbb7c;p=dealii.git step-7: Use AffineConstraints instead of ConstraintMatrix --- diff --git a/examples/step-7/step-7.cc b/examples/step-7/step-7.cc index 40143e7925..465b3faf52 100644 --- a/examples/step-7/step-7.cc +++ b/examples/step-7/step-7.cc @@ -443,7 +443,7 @@ namespace Step7 SmartPointer> fe; - ConstraintMatrix hanging_node_constraints; + AffineConstraints hanging_node_constraints; SparsityPattern sparsity_pattern; SparseMatrix system_matrix;