From: Matthias Maier Date: Sun, 1 Dec 2013 18:17:50 +0000 (+0000) Subject: Increase stopping limit for gmres_reorthogonalize X-Git-Tag: v8.1.0~132 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=019b974f4c8e72e4d9dc9e9cbf00bee02bdac918;p=dealii.git Increase stopping limit for gmres_reorthogonalize git-svn-id: https://svn.dealii.org/trunk@31839 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/lac/gmres_reorthogonalize_04.cc b/tests/lac/gmres_reorthogonalize_04.cc index b962f2a494..39525a07d0 100644 --- a/tests/lac/gmres_reorthogonalize_04.cc +++ b/tests/lac/gmres_reorthogonalize_04.cc @@ -66,7 +66,7 @@ void test () for (unsigned int i=0; i::epsilon()); + SolverControl control(1000, 1e3*std::numeric_limits::epsilon()); typename SolverGMRES >::AdditionalData data; data.max_n_tmp_vectors = 202; diff --git a/tests/lac/gmres_reorthogonalize_04.compiler=Intel=no.release.output b/tests/lac/gmres_reorthogonalize_04.compiler=Intel=no.release.output index eb5639ce73..06bb1801e3 100644 --- a/tests/lac/gmres_reorthogonalize_04.compiler=Intel=no.release.output +++ b/tests/lac/gmres_reorthogonalize_04.compiler=Intel=no.release.output @@ -1,5 +1,5 @@ DEAL:double:GMRES::Starting value 14.1 -DEAL:double:GMRES::Convergence step 202 value 0 +DEAL:double:GMRES::Convergence step 105 value 0 DEAL:float:GMRES::Starting value 14.1 -DEAL:float:GMRES::Convergence step 201 value 0 +DEAL:float:GMRES::Convergence step 59 value 0.000114 diff --git a/tests/lac/gmres_reorthogonalize_04.compiler=Intel=yes.release.output b/tests/lac/gmres_reorthogonalize_04.compiler=Intel=yes.release.output index fcbc8f7b90..84f47a4765 100644 --- a/tests/lac/gmres_reorthogonalize_04.compiler=Intel=yes.release.output +++ b/tests/lac/gmres_reorthogonalize_04.compiler=Intel=yes.release.output @@ -1,5 +1,5 @@ DEAL:double:GMRES::Starting value 14.1 -DEAL:double:GMRES::Convergence step 109 value 0 +DEAL:double:GMRES::Convergence step 105 value 0 DEAL:float:GMRES::Starting value 14.1 -DEAL:float:GMRES::Convergence step 67 value 0 +DEAL:float:GMRES::Convergence step 59 value 0.000110 diff --git a/tests/lac/gmres_reorthogonalize_04.debug.output b/tests/lac/gmres_reorthogonalize_04.debug.output index eb5639ce73..06bb1801e3 100644 --- a/tests/lac/gmres_reorthogonalize_04.debug.output +++ b/tests/lac/gmres_reorthogonalize_04.debug.output @@ -1,5 +1,5 @@ DEAL:double:GMRES::Starting value 14.1 -DEAL:double:GMRES::Convergence step 202 value 0 +DEAL:double:GMRES::Convergence step 105 value 0 DEAL:float:GMRES::Starting value 14.1 -DEAL:float:GMRES::Convergence step 201 value 0 +DEAL:float:GMRES::Convergence step 59 value 0.000114