From b58e05512dd27fbd71f52a660ed2dfdbc92729cd Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 4 Jul 2012 07:54:16 +0000 Subject: [PATCH] Adjust output after r25668. The test now needs more iterations than before (43 instead of 5) but the 43 iterations and the resulting final residual are exactly the same as for petsc/deal_solver_04 so that the result is now likely correct and it only converged so quickly by chance before. git-svn-id: https://svn.dealii.org/trunk@25671 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/trilinos/deal_solver_04/cmp/generic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/trilinos/deal_solver_04/cmp/generic b/tests/trilinos/deal_solver_04/cmp/generic index f7c2ac8a05..3981b6c474 100644 --- a/tests/trilinos/deal_solver_04/cmp/generic +++ b/tests/trilinos/deal_solver_04/cmp/generic @@ -2,5 +2,5 @@ DEAL::Size 32 Unknowns 961 DEAL::Solver type: N6dealii12SolverMinResINS_16TrilinosWrappers6VectorEEE DEAL:minres::Starting value 31.0000 -DEAL:minres::Convergence step 5 value 0.000393678 -DEAL::Solver stopped after 5 iterations +DEAL:minres::Convergence step 43 value 0.000691560 +DEAL::Solver stopped after 43 iterations -- 2.39.5