]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Update of the tests of collective Trilinos add and set functions.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Nov 2008 08:20:04 +0000 (08:20 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Nov 2008 08:20:04 +0000 (08:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@17693 0785d39b-7218-0410-832d-ea1e28bc413d

12 files changed:
tests/trilinos/block_sparse_matrix_add_01.cc
tests/trilinos/block_sparse_matrix_add_01/cmp/generic [new file with mode: 0644]
tests/trilinos/block_sparse_matrix_set_01.cc
tests/trilinos/block_sparse_matrix_set_01/cmp/generic [new file with mode: 0644]
tests/trilinos/sparse_matrix_add_01.cc
tests/trilinos/sparse_matrix_add_01/cmp/generic [new file with mode: 0644]
tests/trilinos/sparse_matrix_add_02.cc
tests/trilinos/sparse_matrix_add_02/cmp/generic [new file with mode: 0644]
tests/trilinos/sparse_matrix_set_01.cc
tests/trilinos/sparse_matrix_set_01/cmp/generic [new file with mode: 0644]
tests/trilinos/sparse_matrix_set_02.cc
tests/trilinos/sparse_matrix_set_02/cmp/generic [new file with mode: 0644]

index 40ee8d58f730c48e519a0b6637941d6477ac0af4..f406c7a55822cedf5e543e5bd440355a9b68d400 100644 (file)
@@ -127,7 +127,7 @@ void test ()
 
 int main (int argc,char **argv) 
 {
-  std::ofstream logfile("01/output");
+  std::ofstream logfile("block_sparse_matrix_add_01/output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10); 
diff --git a/tests/trilinos/block_sparse_matrix_add_01/cmp/generic b/tests/trilinos/block_sparse_matrix_add_01/cmp/generic
new file mode 100644 (file)
index 0000000..0fd8fc1
--- /dev/null
@@ -0,0 +1,2 @@
+
+DEAL::OK
index bec2931151b5c6e6d53d06a22086a0bc5c0b5438..7faa4b31403e5adc33d41f9b71752843c276af25 100644 (file)
@@ -128,7 +128,7 @@ void test ()
 
 int main (int argc,char **argv) 
 {
-  std::ofstream logfile("01/output");
+  std::ofstream logfile("block_sparse_matrix_set_01/output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10); 
diff --git a/tests/trilinos/block_sparse_matrix_set_01/cmp/generic b/tests/trilinos/block_sparse_matrix_set_01/cmp/generic
new file mode 100644 (file)
index 0000000..0fd8fc1
--- /dev/null
@@ -0,0 +1,2 @@
+
+DEAL::OK
index 91a2a2f18dc80b34f48069d8150b6dab60056865..f75e44961862048ff9dfd1f8ace107ab69f0f562 100644 (file)
@@ -86,7 +86,7 @@ void test (TrilinosWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv) 
 {
-  std::ofstream logfile("01/output");
+  std::ofstream logfile("sparse_matrix_add_01/output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10); 
diff --git a/tests/trilinos/sparse_matrix_add_01/cmp/generic b/tests/trilinos/sparse_matrix_add_01/cmp/generic
new file mode 100644 (file)
index 0000000..0fd8fc1
--- /dev/null
@@ -0,0 +1,2 @@
+
+DEAL::OK
index c274a6a2dd9bc82763c091131370f303460a6791..64258919ae2f17bcb93661293b3eca4c1d3f2486 100644 (file)
@@ -86,7 +86,7 @@ void test (TrilinosWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv) 
 {
-  std::ofstream logfile("01/output");
+  std::ofstream logfile("sparse_matrix_add_02/output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10); 
diff --git a/tests/trilinos/sparse_matrix_add_02/cmp/generic b/tests/trilinos/sparse_matrix_add_02/cmp/generic
new file mode 100644 (file)
index 0000000..0fd8fc1
--- /dev/null
@@ -0,0 +1,2 @@
+
+DEAL::OK
index ef16d88a7841420ef74e3025933afee4db321b46..a1e8562f71df40a225bacbc55a701487a03d0a3f 100644 (file)
@@ -82,7 +82,7 @@ void test (TrilinosWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv) 
 {
-  std::ofstream logfile("01/output");
+  std::ofstream logfile("sparse_matrix_set_01/output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10); 
diff --git a/tests/trilinos/sparse_matrix_set_01/cmp/generic b/tests/trilinos/sparse_matrix_set_01/cmp/generic
new file mode 100644 (file)
index 0000000..0fd8fc1
--- /dev/null
@@ -0,0 +1,2 @@
+
+DEAL::OK
index 81fc68026bfcf438282c73fe0abc7c1d30281beb..b4a7020a9be0d85e815e14c6322e403f7c001c06 100644 (file)
@@ -83,7 +83,7 @@ void test (TrilinosWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv) 
 {
-  std::ofstream logfile("01/output");
+  std::ofstream logfile("sparse_matrix_set_02/output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10); 
diff --git a/tests/trilinos/sparse_matrix_set_02/cmp/generic b/tests/trilinos/sparse_matrix_set_02/cmp/generic
new file mode 100644 (file)
index 0000000..0fd8fc1
--- /dev/null
@@ -0,0 +1,2 @@
+
+DEAL::OK

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.