]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Increase stopping limit for gmres_reorthogonalize
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 1 Dec 2013 18:17:50 +0000 (18:17 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 1 Dec 2013 18:17:50 +0000 (18:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@31839 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/gmres_reorthogonalize_04.cc
tests/lac/gmres_reorthogonalize_04.compiler=Intel=no.release.output
tests/lac/gmres_reorthogonalize_04.compiler=Intel=yes.release.output
tests/lac/gmres_reorthogonalize_04.debug.output

index b962f2a49443e9b0be53d4dd13d610973e17be31..39525a07d076eaf9727163dad25ab4e7209b109e 100644 (file)
@@ -66,7 +66,7 @@ void test ()
   for (unsigned int i=0; i<n; ++i)
     matrix.diag_element(i) = (i+1);
 
-  SolverControl control(1000, 1e2*std::numeric_limits<number>::epsilon());
+  SolverControl control(1000, 1e3*std::numeric_limits<number>::epsilon());
   typename SolverGMRES<Vector<number> >::AdditionalData data;
   data.max_n_tmp_vectors = 202;
 
index eb5639ce73519a2780ac769bcab632d4a2da2f29..06bb1801e3cdb3deaf500d233c3dddbfdd8ad2bd 100644 (file)
@@ -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
index fcbc8f7b90ff0eb6f45ba5a6c25b2a6bc4d1c07a..84f47a47656eab87da024d540693b12a06319b69 100644 (file)
@@ -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
index eb5639ce73519a2780ac769bcab632d4a2da2f29..06bb1801e3cdb3deaf500d233c3dddbfdd8ad2bd 100644 (file)
@@ -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

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.