From: Matthias Maier Date: Tue, 21 May 2019 19:53:16 +0000 (-0500) Subject: use AffineConstraints X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eab096220504ea30e0159a1e03aad3aec77f340;p=code-gallery.git use AffineConstraints --- diff --git a/CeresFE/src/ceres.cc b/CeresFE/src/ceres.cc index 990b0a1..9039ecb 100644 --- a/CeresFE/src/ceres.cc +++ b/CeresFE/src/ceres.cc @@ -186,7 +186,7 @@ namespace Step22 std::vector cell_viscosities; // This vector is only used for output, not FE computations std::vector > quadrature_point_history; - ConstraintMatrix constraints; + AffineConstraints constraints; BlockSparsityPattern sparsity_pattern; BlockSparseMatrix system_matrix;