]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Committed test cases too quickly
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 24 Dec 2013 10:07:14 +0000 (10:07 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 24 Dec 2013 10:07:14 +0000 (10:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@32108 0785d39b-7218-0410-832d-ea1e28bc413d

tests/trilinos/assemble_matrix_parallel_03.cc
tests/trilinos/assemble_matrix_parallel_04.cc

index 65a82e152e63277bb6eb5026b303bee985bd10fb..70f08ed5587ce11981e85b0a260e1943893b181f 100644 (file)
@@ -403,7 +403,7 @@ void LaplaceProblem<dim>::run ()
     {
       if (cycle == 0)
         {
-          GridGenerator::hyper_cube(triangulation,
+          GridGenerator::hyper_shell(triangulation,
                                      Point<dim>(),
                                      0.5, 1., (dim==3) ? 96 : 12, false);
           triangulation.refine_global(3);
index 90ffbde2ff00378311f6b0111b7356bd4a1e3170..f1b53350708ad076455107ad5ff2fa22cab54d6e 100644 (file)
@@ -265,7 +265,7 @@ void LaplaceProblem<dim>::setup_system ()
   relevant_set[1] = relevant_total.get_view(dofs_per_block[0],
                                             dof_handler.n_dofs());
 
-  csp.reinit(locally_owned, relevant_set, MPI_COMM_WORLD);
+  csp.reinit(locally_owned, locally_owned, relevant_set, MPI_COMM_WORLD);
   DoFTools::make_sparsity_pattern (dof_handler, csp,
                                    constraints, false);
   csp.compress();

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.