]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix tests 3033/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 5 Sep 2016 17:36:57 +0000 (13:36 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 6 Sep 2016 21:17:57 +0000 (17:17 -0400)
tests/mappings/mapping_q1_eulerian_01.cc
tests/mappings/mapping_q1_eulerian_01.output
tests/mappings/mapping_q_eulerian_01.cc
tests/mappings/mapping_q_eulerian_01.output
tests/mappings/mapping_q_eulerian_02.cc
tests/mappings/mapping_q_eulerian_02.output
tests/mappings/mapping_q_eulerian_03.cc
tests/mappings/mapping_q_eulerian_03.output

index 80a5383b686755e75364d14e098b76403efbe72b..100a44105800b7245b8840ff6aede00f8ef4e525 100644 (file)
@@ -105,8 +105,7 @@ void test ()
   // now the actual test
   DataOut<dim> data_out;
   data_out.attach_dof_handler(dof_handler);
-  std::vector<std::string> names (dim, "displacement");
-  data_out.add_data_vector(displacements,names);
+  data_out.add_data_vector(displacements, "displacement");
 
   // output with all cells curved
   data_out.build_patches(euler,1,DataOut<dim>::curved_inner_cells);
index 3c5900d04e571145e1a248709d0d665c61e68f12..c75b284d7ae0975f9232507421df231c9c7d148e 100644 (file)
@@ -18,7 +18,7 @@ DEAL::dim=2
 #
 # For a description of the GNUPLOT format see the GNUPLOT manual.
 #
-# <x> <y> <displacement> <displacement
+# <x> <y> <displacement_0> <displacement_1
 -2.000 -2.000 -1.000 -1.000 
 2.000 -2.000 1.000 -1.000 
 
@@ -33,7 +33,7 @@ DEAL::dim=3
 #
 # For a description of the GNUPLOT format see the GNUPLOT manual.
 #
-# <x> <y> <z> <displacement> <displacement> <displacement
+# <x> <y> <z> <displacement_0> <displacement_1> <displacement_2
 -2.000 -2.000 -2.000 -1.000 -1.000 -1.000
 2.000 -2.000 -2.000 1.000 -1.000 -1.000
 
index 34f0038348f14b040874bdf64cd568c8a977d5e7..d254bed0eb113e12eca45e7e83f47dfbd0da0a67 100644 (file)
@@ -103,8 +103,7 @@ void test ()
   // now the actual test
   DataOut<dim> data_out;
   data_out.attach_dof_handler(dof_handler);
-  std::vector<std::string> names (dim, "displacement");
-  data_out.add_data_vector(displacements,names);
+  data_out.add_data_vector(displacements, "displacement");
 
   // output with all cells curved
   data_out.build_patches(euler,1,DataOut<dim>::curved_inner_cells);
index 3c5900d04e571145e1a248709d0d665c61e68f12..c75b284d7ae0975f9232507421df231c9c7d148e 100644 (file)
@@ -18,7 +18,7 @@ DEAL::dim=2
 #
 # For a description of the GNUPLOT format see the GNUPLOT manual.
 #
-# <x> <y> <displacement> <displacement
+# <x> <y> <displacement_0> <displacement_1
 -2.000 -2.000 -1.000 -1.000 
 2.000 -2.000 1.000 -1.000 
 
@@ -33,7 +33,7 @@ DEAL::dim=3
 #
 # For a description of the GNUPLOT format see the GNUPLOT manual.
 #
-# <x> <y> <z> <displacement> <displacement> <displacement
+# <x> <y> <z> <displacement_0> <displacement_1> <displacement_2
 -2.000 -2.000 -2.000 -1.000 -1.000 -1.000
 2.000 -2.000 -2.000 1.000 -1.000 -1.000
 
index 86a1fb86d8b69a411b9e18fed6c0ab237ab3cac2..cb1ac73ced19c18c71cfb1f306a7d6e13e925b16 100644 (file)
@@ -105,8 +105,7 @@ void test ()
   // now the actual test
   DataOut<dim> data_out;
   data_out.attach_dof_handler(dof_handler);
-  std::vector<std::string> names (dim, "displacement");
-  data_out.add_data_vector(displacements,names);
+  data_out.add_data_vector(displacements, "displacement");
 
   // output with all cells curved
   data_out.build_patches(euler,1,DataOut<dim>::curved_inner_cells);
index 7349634163e5c4e8d8c89cf7c94d5a1eadc75387..b8aaa51e2ed5c390adf5dc74bfa21d1f64807366 100644 (file)
@@ -18,7 +18,7 @@ DEAL::dim=2
 #
 # For a description of the GNUPLOT format see the GNUPLOT manual.
 #
-# <x> <y> <displacement> <displacement
+# <x> <y> <displacement_0> <displacement_1
 -0.5000 -0.5000 0.5000 0.5000 
 1.500 -1.500 0.5000 -0.5000 
 
@@ -33,7 +33,7 @@ DEAL::dim=3
 #
 # For a description of the GNUPLOT format see the GNUPLOT manual.
 #
-# <x> <y> <z> <displacement> <displacement> <displacement
+# <x> <y> <z> <displacement_0> <displacement_1> <displacement_2
 -0.5000 -0.5000 -0.5000 0.5000 0.5000 0.5000
 1.500 -1.500 -1.500 0.5000 -0.5000 -0.5000
 
index df100f41370caed7755458f4b017b0a8dee9bdc6..8904abb8dc4fb5a9f2eb24e6db09e88f2bd35c05 100644 (file)
@@ -106,8 +106,7 @@ void test ()
   // now the actual test
   DataOut<dim> data_out;
   data_out.attach_dof_handler(dof_handler);
-  std::vector<std::string> names (dim, "displacement");
-  data_out.add_data_vector(displacements,names);
+  data_out.add_data_vector(displacements, "displacement");
 
   // output with all cells curved
   data_out.build_patches(euler,5,DataOut<dim>::curved_inner_cells);
index dc6d7e4b71c263be33d38097fae2b540c23fdb83..a0d79bb4a257dbeee90df65276a166c40a95efab 100644 (file)
@@ -22,7 +22,7 @@ DEAL::dim=2
 #
 # For a description of the GNUPLOT format see the GNUPLOT manual.
 #
-# <x> <y> <displacement> <displacement
+# <x> <y> <displacement_0> <displacement_1
 -3.000 -3.000 -2.000 -2.000 
 -1.800 -2.360 -1.200 -1.360 
 -0.6000 -2.040 -0.4000 -1.040 
@@ -73,7 +73,7 @@ DEAL::dim=3
 #
 # For a description of the GNUPLOT format see the GNUPLOT manual.
 #
-# <x> <y> <z> <displacement> <displacement> <displacement
+# <x> <y> <z> <displacement_0> <displacement_1> <displacement_2
 -4.000 -4.000 -4.000 -3.000 -3.000 -3.000
 -2.400 -3.360 -3.360 -1.800 -2.360 -2.360
 

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.