]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove test that apparently was never finished.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 19 Sep 2010 16:53:49 +0000 (16:53 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 19 Sep 2010 16:53:49 +0000 (16:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@22060 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/matrix_block_vector_01.cc [deleted file]
tests/lac/matrix_block_vector_01/cmp/generic [deleted file]

diff --git a/tests/lac/matrix_block_vector_01.cc b/tests/lac/matrix_block_vector_01.cc
deleted file mode 100644 (file)
index cdc116f..0000000
+++ /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 <base/logstream.h>
-#include <lac/matrix_block.h>
-#include <lac/sparse_matrix.h>
-#include <lac/full_matrix.h>
-#include <lac/block_sparsity_pattern.h>
-
-#include <iostream>
-#include <fstream>
-
-using namespace dealii;
-
-void test_sparse()
-{
-  MatrixBlockVector<SparseMatrix<float> > 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 (file)
index 1301fd7..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-
-DEAL::FullMatrix<float>::copy_from  SparseMatrixEZ<double>
-2.    ~     3.    4.    
-5.    6.    ~     7.    
-8.    9.    10.   11.   
-~     ~     ~     ~     
-12.   ~     13.   14.   
-DEAL::LAPACKFullMatrix<double>::copy_from  SparseMatrixEZ<double>
-2.    ~     3.    4.    
-5.    6.    ~     7.    
-8.    9.    10.   11.   
-~     ~     ~     ~     
-12.   ~     13.   14.   
-DEAL::LAPACKFullMatrix<double>::fill  SparseMatrixEZ<double>
-9.    10.   11.   
-~     ~     ~     
-DEAL::LAPACKFullMatrix<double>::fill  SparseMatrixEZ<double>
-9.    10.   11.   
-~     13.   14.   

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.