]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a test.
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 28 Aug 2024 02:40:44 +0000 (20:40 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 3 Sep 2024 15:38:26 +0000 (09:38 -0600)
tests/lac/constraints_make_consistent_in_parallel_03.cc
tests/lac/constraints_make_consistent_in_parallel_03.mpirun=3.output

index 4165e7db5d65cea127f8c5605db0ad84ec9a898a..d982bccd3d741481b3ff347505886662e80aa737 100644 (file)
@@ -57,7 +57,7 @@ main(int argc, char **argv)
       owned_elements.add_range(3, n_indices);
       relevant_elements.add_range(0, n_indices);
       constraints.reinit(owned_elements, relevant_elements);
-      constraints.add_constraint(0, {{1, 0.5}, {3, 0.5}});
+      constraints.add_constraint(0, {{1, 0.5}, {3, 0.75}});
     }
 
   constraints.make_consistent_in_parallel(owned_elements,
index 452ceebf8d6394a72948c3d6a21bae678355df1b..0f0c29f6c5f0c38209c036f295485546010dac8d 100644 (file)
@@ -1,14 +1,14 @@
 
     0 1:  0.500000
-    0 3:  1.25000
+    0 3:  0.75000
     2 3:  1.50000
 
     0 1:  0.500000
-    0 3:  1.25000
+    0 3:  0.75000
     2 3:  1.50000
 
 
     0 1:  0.500000
-    0 3:  1.25000
+    0 3:  0.75000
     2 3:  1.50000
 

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.