]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
introduce numbers for full matrix tests
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 1 Oct 2006 22:16:15 +0000 (22:16 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 1 Oct 2006 22:16:15 +0000 (22:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@13972 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lapack/Makefile
tests/lapack/full_matrix_01.cc [moved from tests/lapack/full_matrix.cc with 95% similarity]
tests/lapack/full_matrix_01/cmp/generic [moved from tests/lapack/full_matrix/cmp/generic with 100% similarity]

index 614c6851956a7712a6deedfd055fd36ffe1f3d25..7639e7181a8e7217f060b8bd638d3ad279b0c202 100644 (file)
@@ -20,7 +20,7 @@ default: run-tests
 
 ############################################################
 
-tests_x = tridiagonal_ev1 solver_cg full_matrix
+tests_x = tridiagonal_ev1 solver_cg full_matrix_*
 
 
 # from above list of regular expressions, generate the real set of
similarity index 95%
rename from tests/lapack/full_matrix.cc
rename to tests/lapack/full_matrix_01.cc
index eb343319e4388950e7ec1ada5726580c4f276806..8798bfd59944e1eeae53a32709cd69e3d53bca77 100644 (file)
@@ -11,7 +11,7 @@
 //
 //--------------------------------------------------------------------
 
-// Tests all aspects of LAPACKFullMatrix except eigenvectors
+// Tests vector multiplication and eigenvalues of LAPACKFullMatrix
 
 #include "../tests.h"
 #include <base/logstream.h>
@@ -47,7 +47,7 @@ const double rect[] =
 
 int main()
 {
-  std::ofstream logfile("full_matrix/output");
+  std::ofstream logfile("full_matrix_01/output");
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);

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.