From e13b285bf40911ef5b48de8c36347f503f5a9cde Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 21 Apr 2009 02:47:09 +0000 Subject: [PATCH] Be content with an error of 1e-8 git-svn-id: https://svn.dealii.org/trunk@18665 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/hsl_ma27_01.cc | 4 ++-- .../bits/hsl_ma27_01/cmp/x86_64-unknown-linux-gnu+gcc4.1 | 8 ++++---- tests/bits/hsl_ma27_02.cc | 4 ++-- .../bits/hsl_ma27_02/cmp/x86_64-unknown-linux-gnu+gcc4.1 | 8 ++++---- tests/bits/hsl_ma47_01.cc | 4 ++-- .../bits/hsl_ma47_01/cmp/x86_64-unknown-linux-gnu+gcc4.1 | 8 ++++---- tests/bits/hsl_ma47_02.cc | 4 ++-- .../bits/hsl_ma47_02/cmp/x86_64-unknown-linux-gnu+gcc4.1 | 8 ++++---- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/tests/bits/hsl_ma27_01.cc b/tests/bits/hsl_ma27_01.cc index e287e4bbb7..a4bd539a59 100644 --- a/tests/bits/hsl_ma27_01.cc +++ b/tests/bits/hsl_ma27_01.cc @@ -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> (); diff --git a/tests/bits/hsl_ma27_01/cmp/x86_64-unknown-linux-gnu+gcc4.1 b/tests/bits/hsl_ma27_01/cmp/x86_64-unknown-linux-gnu+gcc4.1 index 75a3a30a0d..8df3f884c1 100644 --- a/tests/bits/hsl_ma27_01/cmp/x86_64-unknown-linux-gnu+gcc4.1 +++ b/tests/bits/hsl_ma27_01/cmp/x86_64-unknown-linux-gnu+gcc4.1 @@ -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. diff --git a/tests/bits/hsl_ma27_02.cc b/tests/bits/hsl_ma27_02.cc index 9541e9d909..cb77212393 100644 --- a/tests/bits/hsl_ma27_02.cc +++ b/tests/bits/hsl_ma27_02.cc @@ -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> (); diff --git a/tests/bits/hsl_ma27_02/cmp/x86_64-unknown-linux-gnu+gcc4.1 b/tests/bits/hsl_ma27_02/cmp/x86_64-unknown-linux-gnu+gcc4.1 index 75a3a30a0d..8df3f884c1 100644 --- a/tests/bits/hsl_ma27_02/cmp/x86_64-unknown-linux-gnu+gcc4.1 +++ b/tests/bits/hsl_ma27_02/cmp/x86_64-unknown-linux-gnu+gcc4.1 @@ -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. diff --git a/tests/bits/hsl_ma47_01.cc b/tests/bits/hsl_ma47_01.cc index b7dbf9bcfc..1d9c1371e3 100644 --- a/tests/bits/hsl_ma47_01.cc +++ b/tests/bits/hsl_ma47_01.cc @@ -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> (); diff --git a/tests/bits/hsl_ma47_01/cmp/x86_64-unknown-linux-gnu+gcc4.1 b/tests/bits/hsl_ma47_01/cmp/x86_64-unknown-linux-gnu+gcc4.1 index ac1fa589a6..8df3f884c1 100644 --- a/tests/bits/hsl_ma47_01/cmp/x86_64-unknown-linux-gnu+gcc4.1 +++ b/tests/bits/hsl_ma47_01/cmp/x86_64-unknown-linux-gnu+gcc4.1 @@ -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. diff --git a/tests/bits/hsl_ma47_02.cc b/tests/bits/hsl_ma47_02.cc index 66ca452a8d..4a933ad56e 100644 --- a/tests/bits/hsl_ma47_02.cc +++ b/tests/bits/hsl_ma47_02.cc @@ -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> (); diff --git a/tests/bits/hsl_ma47_02/cmp/x86_64-unknown-linux-gnu+gcc4.1 b/tests/bits/hsl_ma47_02/cmp/x86_64-unknown-linux-gnu+gcc4.1 index ac1fa589a6..8df3f884c1 100644 --- a/tests/bits/hsl_ma47_02/cmp/x86_64-unknown-linux-gnu+gcc4.1 +++ b/tests/bits/hsl_ma47_02/cmp/x86_64-unknown-linux-gnu+gcc4.1 @@ -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. -- 2.39.5