From 14f3448977387b29c254c43a3e8790de196cb746 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 7 Jul 2013 15:47:45 +0000 Subject: [PATCH] fix test output git-svn-id: https://svn.dealii.org/trunk@29941 0785d39b-7218-0410-832d-ea1e28bc413d --- .../ncpu_1/cmp/generic | 10 ++++++++- .../ncpu_2/cmp/generic | 21 ++++++++++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/tests/mpi/constraint_matrix_set_zero_01/ncpu_1/cmp/generic b/tests/mpi/constraint_matrix_set_zero_01/ncpu_1/cmp/generic index 0fd8fc12f0..7efc5257ba 100644 --- a/tests/mpi/constraint_matrix_set_zero_01/ncpu_1/cmp/generic +++ b/tests/mpi/constraint_matrix_set_zero_01/ncpu_1/cmp/generic @@ -1,2 +1,10 @@ -DEAL::OK +DEAL:0::vector before: +C0:[Proc0 0-0] 1.000e+00 +C1:[Proc0 0-1] 2.000e+00 3.000e+00 +DEAL:0::CM: + 1 = 0 +DEAL:0::vector after: +C0:[Proc0 0-0] 1.000e+00 +C1:[Proc0 0-1] 0.000e+00 3.000e+00 +DEAL:0::OK diff --git a/tests/mpi/constraint_matrix_set_zero_01/ncpu_2/cmp/generic b/tests/mpi/constraint_matrix_set_zero_01/ncpu_2/cmp/generic index 0fd8fc12f0..c2ad027101 100644 --- a/tests/mpi/constraint_matrix_set_zero_01/ncpu_2/cmp/generic +++ b/tests/mpi/constraint_matrix_set_zero_01/ncpu_2/cmp/generic @@ -1,2 +1,21 @@ -DEAL::OK +DEAL:0::vector before: +C0:[Proc0 0-0] 1.000e+00 +C1:[Proc0 0-1] 3.000e+00 4.000e+00 +DEAL:0::CM: + 2 = 0 +DEAL:0::vector after: +C0:[Proc0 0-0] 1.000e+00 +C1:[Proc0 0-1] 0.000e+00 4.000e+00 +DEAL:0::OK + +DEAL:1::vector before: +C0:[Proc1 1-1] 2.000e+00 +C1:[Proc1 2-3] 5.000e+00 6.000e+00 +DEAL:1::CM: + 4 = 0 +DEAL:1::vector after: +C0:[Proc1 1-1] 2.000e+00 +C1:[Proc1 2-3] 0.000e+00 6.000e+00 +DEAL:1::OK + -- 2.39.5