]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix test
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 Jun 2014 19:21:56 +0000 (19:21 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 Jun 2014 19:21:56 +0000 (19:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@33103 0785d39b-7218-0410-832d-ea1e28bc413d

tests/trilinos/precondition_amg_dgp.cc
tests/trilinos/precondition_amg_dgp.with_64bit_indices=off.output

index dacb279f96af1caefeff6b5de653349c7fb06666..c2e0ee51082812b2ede3a6cf47e7daf22c251758 100644 (file)
@@ -109,7 +109,7 @@ private:
   void solve ();
 
   Triangulation<dim>   triangulation;
-  FE_Q<dim>            fe;
+  FE_DGP<dim>          fe;
   DoFHandler<dim>      dof_handler;
 
   TrilinosWrappers::SparseMatrix system_matrix;
@@ -133,7 +133,7 @@ template <int dim>
 void Step4<dim>::make_grid ()
 {
   GridGenerator::hyper_cube (triangulation, -1, 1);
-  triangulation.refine_global (7);
+  triangulation.refine_global (6);
 }
 
 
@@ -177,7 +177,6 @@ template <int dim>
 void Step4<dim>::solve ()
 {
 
-  // variant 1: solve with AMG
   deallog.push(Utilities::int_to_string(dof_handler.n_dofs(),5));
   TrilinosWrappers::PreconditionAMG preconditioner;
   TrilinosWrappers::PreconditionAMG::AdditionalData data;
index 45b1d6cb983ea9cb856a943e8cfa76415c81462d..2bde5e93b0073d5d6fd8fcc53f0c60f0ad066393 100644 (file)
@@ -1,5 +1,5 @@
 
-DEAL:16641:cg::Starting value 5039.73
-DEAL:16641:cg::Convergence step 15 value 0
-DEAL:66049:cg::Starting value 407234.
-DEAL:66049:cg::Convergence step 17 value 0
+DEAL:12288:cg::Starting value 1970.22
+DEAL:12288:cg::Convergence step 19 value 0
+DEAL:49152:cg::Starting value 179304.
+DEAL:49152:cg::Convergence step 28 value 0

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.