]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
update test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Jun 2013 23:37:58 +0000 (23:37 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Jun 2013 23:37:58 +0000 (23:37 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29778 0785d39b-7218-0410-832d-ea1e28bc413d

tests/gla/block_mat_01.cc
tests/gla/block_mat_01/ncpu_10/cmp/generic
tests/gla/block_mat_01/ncpu_4/cmp/generic

index 0ccaa16fc1a48382b288f37f4e5c70d3c3b051d4..119fe5a3d55abf3a8494dde95648f76b25d8c3d3 100644 (file)
@@ -12,7 +12,7 @@
 //---------------------------------------------------------------------------
 
 
-// LA::MPI::BlockSparseMatrix
+// test LA::MPI::BlockSparseMatrix
 
 #include "../tests.h"
 #include <deal.II/lac/generic_linear_algebra.h>
@@ -72,6 +72,11 @@ void test ()
 
   matrix.compress();
 
+  if (myid==0)
+    {
+      deallog << "(0,0) = " << matrix(0,0) << std::endl;
+      deallog << "(1,1) = " << matrix(1,1) << std::endl;
+    }
  
                                   // done
   if (myid==0)
index a748da52cced3275b42e12298391227431c968ef..2992115b7dda484a416c5cc47e0e6a8eb825b4b1 100644 (file)
@@ -1,11 +1,27 @@
 
 DEAL:0:PETSc::numproc=10
-DEAL:0:PETSc::0: 0
-DEAL:0:PETSc::1: 1.000
-DEAL:0:PETSc::0,1 : 10.00
+DEAL:0:PETSc::(0,0) = 0.00000
+DEAL:0:PETSc::(1,1) = 13.0000
 DEAL:0:PETSc::OK
 DEAL:0:Trilinos::numproc=10
-DEAL:0:Trilinos::0: 0
-DEAL:0:Trilinos::1: 1.000
-DEAL:0:Trilinos::0,1 : 10.00
+DEAL:0:Trilinos::(0,0) = 0.00000
+DEAL:0:Trilinos::(1,1) = 13.0000
 DEAL:0:Trilinos::OK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
index 88d363c606c45f5c94caa46f46ffbf0b0cfc13bd..2f892b4d094a43cb7ee08cbb7f7eb2b04a93f14d 100644 (file)
@@ -1,11 +1,15 @@
 
 DEAL:0:PETSc::numproc=4
-DEAL:0:PETSc::0: 0
-DEAL:0:PETSc::1: 1.000
-DEAL:0:PETSc::0,1 : 4.000
+DEAL:0:PETSc::(0,0) = 0.00000
+DEAL:0:PETSc::(1,1) = 5.20000
 DEAL:0:PETSc::OK
 DEAL:0:Trilinos::numproc=4
-DEAL:0:Trilinos::0: 0
-DEAL:0:Trilinos::1: 1.000
-DEAL:0:Trilinos::0,1 : 4.000
+DEAL:0:Trilinos::(0,0) = 0.00000
+DEAL:0:Trilinos::(1,1) = 5.20000
 DEAL:0:Trilinos::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.