]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust tolerance for the new 'tester' machine that produces errors on
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 14 Apr 2014 15:46:00 +0000 (15:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 14 Apr 2014 15:46:00 +0000 (15:46 +0000)
the order of 1.5e-12.

git-svn-id: https://svn.dealii.org/trunk@32772 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lapack/full_matrix_03.cc

index 35b55bedad95f2d1b8115ffcd683419d7c24c0d8..f8a0cd6270d4ec02eb9011bfa1eb322c517a1511 100644 (file)
@@ -1,7 +1,7 @@
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 2005 - 2013 by the deal.II authors
+// Copyright (C) 2005 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -96,7 +96,7 @@ void test_rect(unsigned int m, unsigned int n, const double *values)
   LA.Tvmult(u, v2);
   u *= -1;
   A.Tvmult_add(u, v2);
-  if (u.l2_norm() < 1.e-12)
+  if (u.l2_norm() < 1.e-11)
     deallog << "Tvmult ok" << std::endl;
   else
     deallog << "Tvmult error " << u.l2_norm() << std::endl;
@@ -104,7 +104,7 @@ void test_rect(unsigned int m, unsigned int n, const double *values)
   A.Tvmult(u, v2);
   u *= -1;
   LA.Tvmult_add(u, v2);
-  if (u.l2_norm() < 1.e-12)
+  if (u.l2_norm() < 1.e-11)
     deallog << "Tvmult_add ok" << std::endl;
   else
     deallog << "Tvmult_add error " << u.l2_norm() << std::endl;

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.