]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Be content with an error of 1e-8
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Apr 2009 02:47:09 +0000 (02:47 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Apr 2009 02:47:09 +0000 (02:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@18665 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/hsl_ma27_01.cc
tests/bits/hsl_ma27_01/cmp/x86_64-unknown-linux-gnu+gcc4.1
tests/bits/hsl_ma27_02.cc
tests/bits/hsl_ma27_02/cmp/x86_64-unknown-linux-gnu+gcc4.1
tests/bits/hsl_ma47_01.cc
tests/bits/hsl_ma47_01/cmp/x86_64-unknown-linux-gnu+gcc4.1
tests/bits/hsl_ma47_02.cc
tests/bits/hsl_ma47_02/cmp/x86_64-unknown-linux-gnu+gcc4.1

index e287e4bbb789ff8828dceb9fcf8effa7275699e6..a4bd539a597be4a5166629d11e360e06754ea415 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
+//    Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -107,7 +107,7 @@ int main ()
   std::ofstream logfile("hsl_ma27_01/output");
   deallog.attach(logfile);
   deallog.depth_console(0);
-  deallog.threshold_double(1.e-10);
+  deallog.threshold_double(1.e-8);
 
   test<1> ();
   test<2> ();
index 75a3a30a0d3b1f22555ff4f68fa9724bb778dadb..8df3f884c1722765a5f173d586e9e6ce9c4f9d8f 100644 (file)
@@ -12,14 +12,14 @@ DEAL::Number of dofs = 1889
 DEAL::relative norm distance = 0
 DEAL::absolute norms = 0 94764.3
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 1.25281e-10 236911.
+DEAL::absolute norms = 0 236911.
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 2.50563e-10 473822.
+DEAL::absolute norms = 0 473822.
 DEAL::3d
 DEAL::Number of dofs = 1333
 DEAL::relative norm distance = 0
 DEAL::absolute norms = 0 56165.6
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 1.96833e-10 140414.
+DEAL::absolute norms = 0 140414.
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 3.93667e-10 280828.
+DEAL::absolute norms = 0 280828.
index 9541e9d909cefcd8da869a2a6256a3a9ab667ceb..cb77212393e549c9be7bf6d0350c87b913a67c1d 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
+//    Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -113,7 +113,7 @@ int main ()
   std::ofstream logfile("hsl_ma27_02/output");
   deallog.attach(logfile);
   deallog.depth_console(0);
-  deallog.threshold_double(1.e-10);
+  deallog.threshold_double(1.e-8);
 
   test<1> ();
   test<2> ();
index 75a3a30a0d3b1f22555ff4f68fa9724bb778dadb..8df3f884c1722765a5f173d586e9e6ce9c4f9d8f 100644 (file)
@@ -12,14 +12,14 @@ DEAL::Number of dofs = 1889
 DEAL::relative norm distance = 0
 DEAL::absolute norms = 0 94764.3
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 1.25281e-10 236911.
+DEAL::absolute norms = 0 236911.
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 2.50563e-10 473822.
+DEAL::absolute norms = 0 473822.
 DEAL::3d
 DEAL::Number of dofs = 1333
 DEAL::relative norm distance = 0
 DEAL::absolute norms = 0 56165.6
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 1.96833e-10 140414.
+DEAL::absolute norms = 0 140414.
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 3.93667e-10 280828.
+DEAL::absolute norms = 0 280828.
index b7dbf9bcfcb8de79bb21d11dbad1d3d89d66f89b..1d9c1371e3b4db6471118dda2a665308af66e348 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
+//    Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -107,7 +107,7 @@ int main ()
   std::ofstream logfile("hsl_ma47_01/output");
   deallog.attach(logfile);
   deallog.depth_console(0);
-  deallog.threshold_double(1.e-10);
+  deallog.threshold_double(1.e-8);
 
   test<1> ();
   test<2> ();
index ac1fa589a60bce132eeea6b6bd75ad1ab7ede9dc..8df3f884c1722765a5f173d586e9e6ce9c4f9d8f 100644 (file)
@@ -12,14 +12,14 @@ DEAL::Number of dofs = 1889
 DEAL::relative norm distance = 0
 DEAL::absolute norms = 0 94764.3
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 1.32980e-10 236911.
+DEAL::absolute norms = 0 236911.
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 2.65960e-10 473822.
+DEAL::absolute norms = 0 473822.
 DEAL::3d
 DEAL::Number of dofs = 1333
 DEAL::relative norm distance = 0
 DEAL::absolute norms = 0 56165.6
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 2.16841e-10 140414.
+DEAL::absolute norms = 0 140414.
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 4.33683e-10 280828.
+DEAL::absolute norms = 0 280828.
index 66ca452a8dd86e73af073b3c3e799a5df5d4e765..4a933ad56ee33e7a1529e9597d8dc2bf898aece4 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
+//    Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -113,7 +113,7 @@ int main ()
   std::ofstream logfile("hsl_ma47_02/output");
   deallog.attach(logfile);
   deallog.depth_console(0);
-  deallog.threshold_double(1.e-10);
+  deallog.threshold_double(1.e-8);
 
   test<1> ();
   test<2> ();
index ac1fa589a60bce132eeea6b6bd75ad1ab7ede9dc..8df3f884c1722765a5f173d586e9e6ce9c4f9d8f 100644 (file)
@@ -12,14 +12,14 @@ DEAL::Number of dofs = 1889
 DEAL::relative norm distance = 0
 DEAL::absolute norms = 0 94764.3
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 1.32980e-10 236911.
+DEAL::absolute norms = 0 236911.
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 2.65960e-10 473822.
+DEAL::absolute norms = 0 473822.
 DEAL::3d
 DEAL::Number of dofs = 1333
 DEAL::relative norm distance = 0
 DEAL::absolute norms = 0 56165.6
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 2.16841e-10 140414.
+DEAL::absolute norms = 0 140414.
 DEAL::relative norm distance = 0
-DEAL::absolute norms = 4.33683e-10 280828.
+DEAL::absolute norms = 0 280828.

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.