]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfixes
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 13 Sep 2013 21:23:28 +0000 (21:23 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 13 Sep 2013 21:23:28 +0000 (21:23 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30696 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/mg_01.cc
tests/mpi/mg_03.cc
tests/mpi/mg_04.cc
tests/mpi/mg_05.cc
tests/mpi/p4est_2d_constraintmatrix_03.cc
tests/mpi/p4est_2d_constraintmatrix_04.cc
tests/mpi/p4est_3d_constraintmatrix_03.cc
tests/mpi/p4est_3d_ghost_01.cc

index ec3f5b36ba0cb13d4ad8b647ab684844ab8238bc..1859be33fc171cf75f3830876e23bb73c342ea28 100644 (file)
@@ -41,7 +41,7 @@
 template<int dim>
 void output(parallel::distributed::Triangulation<dim> &tr)
 {
-  const std::string filename = ("mg_01/mesh." +
+  const std::string filename = ("mesh." +
                                 Utilities::int_to_string
                                 (tr.locally_owned_subdomain(), 4) +
                                 ".fig");
index 94aae31a71629c7d5b7303fa77d55932c2585249..112aaf173c370067f6076e7234879a40122b4d6e 100644 (file)
@@ -56,7 +56,7 @@
 template<int dim>
 void output(parallel::distributed::Triangulation<dim> &tr)
 {
-  const std::string filename = ("mg_03/mesh." +
+  const std::string filename = ("mesh." +
                                 Utilities::int_to_string
                                 (tr.locally_owned_subdomain(), 4) +
                                 ".vtu");
index 1804669086b108e1d011fd9ef07a6bca3e1b2f05..85249e8611091d529ab2dbe877680747ea8958ab 100644 (file)
@@ -53,7 +53,7 @@ Additional Information:
 template<int dim>
 void output(parallel::distributed::Triangulation<dim> &tr)
 {
-  const std::string filename = ("mg_04/mesh." +
+  const std::string filename = ("mesh." +
                                 Utilities::int_to_string
                                 (tr.locally_owned_subdomain(), 4) +
                                 ".vtu");
index 1eaa6ffd82cfedce59c9b82e69d113d7d9db285b..d14a225dffe88b7bd0c2e2f2b1364850332b3857 100644 (file)
@@ -53,7 +53,7 @@ Additional Information:
 template<int dim>
 void output(parallel::distributed::Triangulation<dim> &tr)
 {
-  const std::string filename = ("mg_05/mesh." +
+  const std::string filename = ("mesh." +
                                 Utilities::int_to_string
                                 (tr.locally_owned_subdomain(), 4) +
                                 ".svg");
index da5a5c61f177bcc4ababa9a7fd644ad6eecc372c..b166b2f2d2e1a6f5659bf0d9addb7ee2f6ed45a0 100644 (file)
@@ -193,7 +193,7 @@ void test()
                            DataOut<dim>::type_dof_data,
                            data_component_interpretation);
   data_out.build_patches (4);
-  const std::string filename = ("p4est_2d_constraintmatrix_03/solution." +
+  const std::string filename = ("solution." +
                                 Utilities::int_to_string
                                 (tr.locally_owned_subdomain(), 4) +
                                 ".d2");
index 0fd11247bd7b523db1870d63b0c1cbaa92c2a6ca..d5940f956f3066fb8475ea8da3f4c3543cce1650 100644 (file)
@@ -304,7 +304,7 @@ void test()
   data_out.add_data_vector(x_rel, solution_names);
 
   data_out.build_patches (1);
-  const std::string filename = ("p4est_2d_constraintmatrix_04/solution." +
+  const std::string filename = ("solution." +
                                 Utilities::int_to_string
                                 (tr.locally_owned_subdomain(), 4) +
                                 ".d2");
index 7f4b39f851dd757f9fb3b17c8f3df8b441b088c2..b30e4008e3efbd4624b8f03506617a176e7f0d81 100644 (file)
@@ -299,7 +299,7 @@ void test()
   data_out.add_data_vector(x_rel, solution_names);
 
   data_out.build_patches (1);
-  const std::string filename = ("p4est_3d_constraintmatrix_03/solution." +
+  const std::string filename = ("solution." +
                                 Utilities::int_to_string
                                 (tr.locally_owned_subdomain(), 4) +
                                 ".vtu");
index 56329089adefa2806fce8b5ec0035c642463577f..08edd71fae78614801c21c3566056c500e47878b 100644 (file)
@@ -112,7 +112,7 @@ void test()
                   << checksum
                   << std::endl;
 
-          std::ofstream file("p4est_3d_ghost_01/1.gpl");
+          std::ofstream file("1.pl");
           GridOut().write_gnuplot (tr, file);
         }
 

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.