]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a comment
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 1 Dec 2013 20:04:03 +0000 (20:04 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 1 Dec 2013 20:04:03 +0000 (20:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@31842 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/gmres_reorthogonalize_04.cc

index 39525a07d076eaf9727163dad25ab4e7209b109e..4365485eec00ea9f5a67895477511850a9d86d32 100644 (file)
@@ -66,6 +66,9 @@ void test ()
   for (unsigned int i=0; i<n; ++i)
     matrix.diag_element(i) = (i+1);
 
+  // compared to the 02 test, need to use a looser tolerance because linear
+  // summation does not allow for 1e2*eps (at least with the current detection
+  // of re-orthogonalization)
   SolverControl control(1000, 1e3*std::numeric_limits<number>::epsilon());
   typename SolverGMRES<Vector<number> >::AdditionalData data;
   data.max_n_tmp_vectors = 202;

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.