]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust test. 11274/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 30 Nov 2020 05:17:45 +0000 (22:17 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 30 Nov 2020 05:17:45 +0000 (22:17 -0700)
tests/lac/is_block_matrix.cc

index 097a71b155731ac406b244d75d1f24240bd8016b..a7752f5403305c7f89f312509a5e2de158ad1312 100644 (file)
@@ -36,21 +36,41 @@ test()
   deallog << std::setprecision(2);
   deallog.attach(logfile);
 
-  deallog << IsBlockMatrix<SparseMatrix<double>>::value << ' '
-          << IsBlockMatrix<SparseMatrix<float>>::value << ' '
-          << IsBlockMatrix<SparseMatrixEZ<double>>::value << ' '
-          << IsBlockMatrix<SparseMatrixEZ<float>>::value << std::endl;
-
-  deallog << IsBlockMatrix<BlockSparseMatrix<double>>::value << ' '
-          << IsBlockMatrix<BlockSparseMatrix<float>>::value << ' '
-          << IsBlockMatrix<BlockSparseMatrixEZ<double>>::value << ' '
-          << IsBlockMatrix<BlockSparseMatrixEZ<float>>::value << std::endl;
+  deallog
+    << internal::AffineConstraints::IsBlockMatrix<SparseMatrix<double>>::value
+    << ' '
+    << internal::AffineConstraints::IsBlockMatrix<SparseMatrix<float>>::value
+    << ' '
+    << internal::AffineConstraints::IsBlockMatrix<SparseMatrixEZ<double>>::value
+    << ' '
+    << internal::AffineConstraints::IsBlockMatrix<SparseMatrixEZ<float>>::value
+    << std::endl;
+
+  deallog << internal::AffineConstraints::IsBlockMatrix<
+               BlockSparseMatrix<double>>::value
+          << ' '
+          << internal::AffineConstraints::IsBlockMatrix<
+               BlockSparseMatrix<float>>::value
+          << ' '
+          << internal::AffineConstraints::IsBlockMatrix<
+               BlockSparseMatrixEZ<double>>::value
+          << ' '
+          << internal::AffineConstraints::IsBlockMatrix<
+               BlockSparseMatrixEZ<float>>::value
+          << std::endl;
 
-  deallog << IsBlockSparsityPattern<SparsityPattern>::value << ' '
-          << IsBlockSparsityPattern<DynamicSparsityPattern>::value << std::endl;
+  deallog << internal::AffineConstraints::IsBlockSparsityPattern<
+               SparsityPattern>::value
+          << ' '
+          << internal::AffineConstraints::IsBlockSparsityPattern<
+               DynamicSparsityPattern>::value
+          << std::endl;
 
-  deallog << IsBlockSparsityPattern<BlockSparsityPattern>::value << ' '
-          << IsBlockSparsityPattern<BlockDynamicSparsityPattern>::value
+  deallog << internal::AffineConstraints::IsBlockSparsityPattern<
+               BlockSparsityPattern>::value
+          << ' '
+          << internal::AffineConstraints::IsBlockSparsityPattern<
+               BlockDynamicSparsityPattern>::value
           << std::endl;
 }
 

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.