]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
simplify test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 May 2013 13:11:25 +0000 (13:11 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 May 2013 13:11:25 +0000 (13:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@29568 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/mg_04.cc

index 931126316888acaf30b41c04a4960a5034bd9a9d..915f012865bb79dd5d7336f7413c2693397afcf8 100644 (file)
@@ -68,9 +68,8 @@ void test()
   parallel::distributed::Triangulation<dim> tr(MPI_COMM_WORLD,
                                               Triangulation<dim>::none,
                                               parallel::distributed::Triangulation<dim>::construct_multigrid_hierarchy);
-  GridGenerator::hyper_ball (tr);
-  //GridGenerator::hyper_cube(tr);
-  tr.refine_global(1);
+  GridGenerator::hyper_cube(tr);
+  tr.refine_global(2);
   DoFHandler<dim> dofh(tr);
 
   output(tr);

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.