]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust output
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jul 2013 12:15:19 +0000 (12:15 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jul 2013 12:15:19 +0000 (12:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@30091 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/parallel_vector.templates.h
tests/mpi/constraint_matrix_set_zero_02/ncpu_1/cmp/generic
tests/mpi/constraint_matrix_set_zero_02/ncpu_2/cmp/generic

index 57827114ee5698ab2d768d7694db04ed3fdfdcc9..23f0734d0329f17ea3829a14f380e336803d21cd 100644 (file)
@@ -584,7 +584,7 @@ namespace parallel
 #endif
 
       out << "Process #" << partitioner->this_mpi_process() << std::endl
-          << "Local range: [" << partitioner->local_range().first << "/"
+          << "Local range: [" << partitioner->local_range().first << ""
           << partitioner->local_range().second << "), global size: "
           << partitioner->size() << std::endl
           << "Vector data:" << std::endl;
index 25f1bf07f9a86ec007ba18860cab2216b759099a..316d28bd789de999d3f4c0b6ea866f8e8a223e6c 100644 (file)
@@ -1,13 +1,13 @@
 
 DEAL:0::vector before:
 Process #0
-Local range: [0/1], global size: 1
+Local range: [0, 1), global size: 1
 Vector data:
 1.000e+00 
 Ghost entries (global index / value):
 
 Process #0
-Local range: [0/2], global size: 2
+Local range: [0, 2), global size: 2
 Vector data:
 2.000e+00 3.000e+00 
 Ghost entries (global index / value):
@@ -17,13 +17,13 @@ DEAL:0::CM:
     1 = 0
 DEAL:0::vector after:
 Process #0
-Local range: [0/1], global size: 1
+Local range: [0, 1), global size: 1
 Vector data:
 1.000e+00 
 Ghost entries (global index / value):
 
 Process #0
-Local range: [0/2], global size: 2
+Local range: [0, 2), global size: 2
 Vector data:
 0.000e+00 3.000e+00 
 Ghost entries (global index / value):
index ca88ff9448e531b15576cd34e9dcaa97c5dc127d..23ef859928f1a1eb488f1b87c068bccdf60d15de 100644 (file)
@@ -1,13 +1,13 @@
 
 DEAL:0::vector before:
 Process #0
-Local range: [0/1], global size: 2
+Local range: [0, 1), global size: 2
 Vector data:
 1.000e+00 
 Ghost entries (global index / value):
 (1/0.000e+00) 
 Process #0
-Local range: [0/2], global size: 4
+Local range: [0, 2), global size: 4
 Vector data:
 3.000e+00 4.000e+00 
 Ghost entries (global index / value):
@@ -17,13 +17,13 @@ DEAL:0::CM:
     2 = 0
 DEAL:0::vector after:
 Process #0
-Local range: [0/1], global size: 2
+Local range: [0, 1), global size: 2
 Vector data:
 1.000e+00 
 Ghost entries (global index / value):
 (1/0.000e+00) 
 Process #0
-Local range: [0/2], global size: 4
+Local range: [0, 2), global size: 4
 Vector data:
 0.000e+00 4.000e+00 
 Ghost entries (global index / value):
@@ -32,13 +32,13 @@ DEAL:0::OK
 
 DEAL:1::vector before:
 Process #1
-Local range: [1/2], global size: 2
+Local range: [1, 2), global size: 2
 Vector data:
 2.000e+00 
 Ghost entries (global index / value):
 (0/0.000e+00) 
 Process #1
-Local range: [2/4], global size: 4
+Local range: [2, 4), global size: 4
 Vector data:
 5.000e+00 6.000e+00 
 Ghost entries (global index / value):
@@ -48,13 +48,13 @@ DEAL:1::CM:
     4 = 0
 DEAL:1::vector after:
 Process #1
-Local range: [1/2], global size: 2
+Local range: [1, 2), global size: 2
 Vector data:
 2.000e+00 
 Ghost entries (global index / value):
 (0/0.000e+00) 
 Process #1
-Local range: [2/4], global size: 4
+Local range: [2, 4), global size: 4
 Vector data:
 0.000e+00 6.000e+00 
 Ghost entries (global index / value):

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.