]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Relax trilinos/precondition.output 4940/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 23 Aug 2017 14:01:26 +0000 (16:01 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 23 Aug 2017 14:04:29 +0000 (16:04 +0200)
tests/trilinos/precondition.cc
tests/trilinos/precondition.output

index 29ff9f2a23964e96d6cc2a9cfdbece7d03087b11..6774ccddc9490534c74c6d001d41b6b71fd7bdff 100644 (file)
@@ -294,14 +294,14 @@ void Step4<dim>::solve (int cycle)
 
   {
     deallog.push("IC");
-    static constexpr std::array<int,2> lower {51,69};
+    static constexpr std::array<int,2> lower {49,67};
     TrilinosWrappers::PreconditionIC preconditioner;
     solution = 0;
     SolverControl           solver_control (1000, 1e-10);
     SolverCG<>              solver (solver_control);
     preconditioner.initialize(system_matrix);
     check_solver_within_range(solver.solve(system_matrix,solution,system_rhs,preconditioner),
-                              solver_control.last_step(), lower[cycle], lower[cycle]+2);
+                              solver_control.last_step(), lower[cycle], lower[cycle]+4);
     deallog.pop();
   }
 
index 0e7329815e9065e0656d74a196712f6177a4429e..96db5fdf0765a12779ad50b44de0566fcc43e332 100644 (file)
@@ -5,7 +5,7 @@ DEAL:01089:SOR::Solver stopped within 31 - 33 iterations
 DEAL:01089:BlockJacobi::Solver stopped within 73 - 75 iterations
 DEAL:01089:BlockSSOR::Solver stopped within 30 - 32 iterations
 DEAL:01089:BlockSOR::Solver stopped within 18 - 20 iterations
-DEAL:01089:IC::Solver stopped within 51 - 53 iterations
+DEAL:01089:IC::Solver stopped within 49 - 53 iterations
 DEAL:01089:ILU::Solver stopped within 30 - 32 iterations
 DEAL:01089:ILUT::Solver stopped within 11 - 13 iterations
 DEAL:01089:Chebyshev::Solver stopped within 23 - 25 iterations
@@ -16,7 +16,7 @@ DEAL:04225:SOR::Solver stopped within 62 - 64 iterations
 DEAL:04225:BlockJacobi::Solver stopped within 145 - 147 iterations
 DEAL:04225:BlockSSOR::Solver stopped within 59 - 61 iterations
 DEAL:04225:BlockSOR::Solver stopped within 37 - 39 iterations
-DEAL:04225:IC::Solver stopped within 69 - 71 iterations
+DEAL:04225:IC::Solver stopped within 67 - 71 iterations
 DEAL:04225:ILU::Solver stopped within 56 - 58 iterations
 DEAL:04225:ILUT::Solver stopped within 19 - 21 iterations
 DEAL:04225:Chebyshev::Solver stopped within 46 - 48 iterations

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.