From 43834ec1825aa4ef75e3192338e67564f3223f6e Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 19 Sep 2010 16:53:49 +0000 Subject: [PATCH] Remove test that apparently was never finished. git-svn-id: https://svn.dealii.org/trunk@22060 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/matrix_block_vector_01.cc | 39 -------------------- tests/lac/matrix_block_vector_01/cmp/generic | 19 ---------- 2 files changed, 58 deletions(-) delete mode 100644 tests/lac/matrix_block_vector_01.cc delete mode 100644 tests/lac/matrix_block_vector_01/cmp/generic diff --git a/tests/lac/matrix_block_vector_01.cc b/tests/lac/matrix_block_vector_01.cc deleted file mode 100644 index cdc116fb1d..0000000000 --- a/tests/lac/matrix_block_vector_01.cc +++ /dev/null @@ -1,39 +0,0 @@ -//---------------------------------------------------------------------- -// $Id$ -// -// Copyright (C) 2010 by the deal.II authors -// -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. -// -//---------------------------------------------------------------------- - -#include -#include -#include -#include -#include - -#include -#include - -using namespace dealii; - -void test_sparse() -{ - MatrixBlockVector > v; -// v.add(0, 0, "A", -} - - -int main(int argc, char** argv) -{ - std::cerr << argv[0] << std::endl; - - std::ofstream logfile("matrices/output"); - deallog.attach(logfile); - deallog.depth_console(0); - deallog.threshold_double(1.e-10); -} diff --git a/tests/lac/matrix_block_vector_01/cmp/generic b/tests/lac/matrix_block_vector_01/cmp/generic deleted file mode 100644 index 1301fd7b35..0000000000 --- a/tests/lac/matrix_block_vector_01/cmp/generic +++ /dev/null @@ -1,19 +0,0 @@ - -DEAL::FullMatrix::copy_from SparseMatrixEZ -2. ~ 3. 4. -5. 6. ~ 7. -8. 9. 10. 11. -~ ~ ~ ~ -12. ~ 13. 14. -DEAL::LAPACKFullMatrix::copy_from SparseMatrixEZ -2. ~ 3. 4. -5. 6. ~ 7. -8. 9. 10. 11. -~ ~ ~ ~ -12. ~ 13. 14. -DEAL::LAPACKFullMatrix::fill SparseMatrixEZ -9. 10. 11. -~ ~ ~ -DEAL::LAPACKFullMatrix::fill SparseMatrixEZ -9. 10. 11. -~ 13. 14. -- 2.39.5