From 847850e9e592c60feb685054440b209ddc01c97e Mon Sep 17 00:00:00 2001 From: hartmann Date: Fri, 27 Feb 2004 11:46:40 +0000 Subject: [PATCH] Update references due to: Use the new tests.h header to suppress very small numbers in the vicinity of round-off and due to: check new arithmetic functions git-svn-id: https://svn.dealii.org/trunk@8592 0785d39b-7218-0410-832d-ea1e28bc413d --- .../base/polynomial1d.output | 161 ++++++++++++------ 1 file changed, 109 insertions(+), 52 deletions(-) diff --git a/tests/results/i686-pc-linux-gnu+gcc2.95/base/polynomial1d.output b/tests/results/i686-pc-linux-gnu+gcc2.95/base/polynomial1d.output index 4392ae239d..2da7d5412f 100644 --- a/tests/results/i686-pc-linux-gnu+gcc2.95/base/polynomial1d.output +++ b/tests/results/i686-pc-linux-gnu+gcc2.95/base/polynomial1d.output @@ -1,74 +1,131 @@ +P1 +4.00000 x^3 +5.00000 x^2 +3.00000 x^1 +2.00000 x^0 +P2 +-1.30000 x^2 +0.700000 x^1 +0.400000 x^0 +P1+P2 +4.00000 x^3 +3.70000 x^2 +3.70000 x^1 +2.40000 x^0 +P1+2P2 +4.00000 x^3 +2.40000 x^2 +4.40000 x^1 +2.80000 x^0 +P1+P2+x^5 +1.00000 x^5 +0.00000 x^4 +4.00000 x^3 +3.70000 x^2 +3.70000 x^1 +2.40000 x^0 +*2 +2.00000 x^5 +0.00000 x^4 +8.00000 x^3 +7.40000 x^2 +7.40000 x^1 +4.80000 x^0 +derive +10.0000 x^4 +0.00000 x^3 +24.0000 x^2 +14.8000 x^1 +7.40000 x^0 +derive +40.0000 x^3 +0.00000 x^2 +48.0000 x^1 +14.8000 x^0 +derive +120.000 x^2 +0.00000 x^1 +48.0000 x^0 +derive +240.000 x^1 +0.00000 x^0 +derive +240.000 x^0 +derive +0.00000 x^0 +derive +0.00000 x^0 DEAL::Legendre DEAL::P0 * P0 =1.00 DEAL::P1 * P0 =0.00 DEAL::P1 * P1 =1.000 -DEAL::P2 * P0 =1.41e-17 -DEAL::P2 * P1 =-7.59e-18 +DEAL::P2 * P0 =0.00 +DEAL::P2 * P1 =0.00 DEAL::P2 * P2 =1.00 -DEAL::P3 * P0 =1.11e-16 -DEAL::P3 * P1 =1.46e-15 -DEAL::P3 * P2 =5.69e-16 +DEAL::P3 * P0 =0.00 +DEAL::P3 * P1 =0.00 +DEAL::P3 * P2 =0.00 DEAL::P3 * P3 =1.000 -DEAL::P4 * P0 =2.91e-15 -DEAL::P4 * P1 =3.71e-15 -DEAL::P4 * P2 =-1.70e-15 -DEAL::P4 * P3 =-8.62e-16 +DEAL::P4 * P0 =0.00 +DEAL::P4 * P1 =0.00 +DEAL::P4 * P2 =0.00 +DEAL::P4 * P3 =0.00 DEAL::P4 * P4 =1.00 -DEAL::P5 * P0 =2.76e-14 -DEAL::P5 * P1 =3.27e-14 -DEAL::P5 * P2 =9.68e-15 -DEAL::P5 * P3 =3.51e-15 -DEAL::P5 * P4 =2.40e-15 +DEAL::P5 * P0 =0.00 +DEAL::P5 * P1 =0.00 +DEAL::P5 * P2 =0.00 +DEAL::P5 * P3 =0.00 +DEAL::P5 * P4 =0.00 DEAL::P5 * P5 =1.000 -DEAL::P6 * P0 =-7.27e-16 -DEAL::P6 * P1 =-2.63e-14 -DEAL::P6 * P2 =5.39e-14 -DEAL::P6 * P3 =1.04e-14 -DEAL::P6 * P4 =7.84e-14 -DEAL::P6 * P5 =4.78e-14 +DEAL::P6 * P0 =0.00 +DEAL::P6 * P1 =0.00 +DEAL::P6 * P2 =0.00 +DEAL::P6 * P3 =0.00 +DEAL::P6 * P4 =0.00 +DEAL::P6 * P5 =0.00 DEAL::P6 * P6 =1.00 -DEAL::P7 * P0 =5.81e-13 -DEAL::P7 * P1 =1.25e-12 -DEAL::P7 * P2 =7.19e-13 -DEAL::P7 * P3 =3.08e-13 -DEAL::P7 * P4 =-9.19e-14 -DEAL::P7 * P5 =-2.32e-13 -DEAL::P7 * P6 =-1.29e-13 +DEAL::P7 * P0 =0.00 +DEAL::P7 * P1 =0.00 +DEAL::P7 * P2 =0.00 +DEAL::P7 * P3 =0.00 +DEAL::P7 * P4 =0.00 +DEAL::P7 * P5 =0.00 +DEAL::P7 * P6 =0.00 DEAL::P7 * P7 =1.000 -DEAL::P8 * P0 =-7.45e-12 -DEAL::P8 * P1 =-9.25e-12 -DEAL::P8 * P2 =-1.23e-12 -DEAL::P8 * P3 =1.82e-12 -DEAL::P8 * P4 =-1.63e-12 -DEAL::P8 * P5 =-6.98e-13 -DEAL::P8 * P6 =3.22e-13 -DEAL::P8 * P7 =-1.68e-13 +DEAL::P8 * P0 =0.00 +DEAL::P8 * P1 =0.00 +DEAL::P8 * P2 =0.00 +DEAL::P8 * P3 =0.00 +DEAL::P8 * P4 =0.00 +DEAL::P8 * P5 =0.00 +DEAL::P8 * P6 =0.00 +DEAL::P8 * P7 =0.00 DEAL::P8 * P8 =1.000 -DEAL::P9 * P0 =1.29e-11 -DEAL::P9 * P1 =1.56e-11 -DEAL::P9 * P2 =1.41e-11 -DEAL::P9 * P3 =8.30e-12 -DEAL::P9 * P4 =1.35e-12 -DEAL::P9 * P5 =3.66e-12 -DEAL::P9 * P6 =2.21e-12 -DEAL::P9 * P7 =2.06e-11 -DEAL::P9 * P8 =1.19e-11 +DEAL::P9 * P0 =0.00 +DEAL::P9 * P1 =0.00 +DEAL::P9 * P2 =0.00 +DEAL::P9 * P3 =0.00 +DEAL::P9 * P4 =0.00 +DEAL::P9 * P5 =0.00 +DEAL::P9 * P6 =0.00 +DEAL::P9 * P7 =0.00 +DEAL::P9 * P8 =0.00 DEAL::P9 * P9 =1.00 DEAL::P10 * P0 =1.51e-10 DEAL::P10 * P1 =2.00e-10 DEAL::P10 * P2 =1.92e-10 DEAL::P10 * P3 =1.17e-10 -DEAL::P10 * P4 =-1.10e-14 -DEAL::P10 * P5 =-1.36e-11 -DEAL::P10 * P6 =3.03e-12 -DEAL::P10 * P7 =-1.45e-12 -DEAL::P10 * P8 =-1.29e-11 -DEAL::P10 * P9 =-4.99e-12 +DEAL::P10 * P4 =0.00 +DEAL::P10 * P5 =0.00 +DEAL::P10 * P6 =0.00 +DEAL::P10 * P7 =0.00 +DEAL::P10 * P8 =0.00 +DEAL::P10 * P9 =0.00 DEAL::P10 * P10 =1.000 DEAL::P11 * P0 =-1.21e-10 -DEAL::P11 * P1 =-4.30e-11 -DEAL::P11 * P2 =-6.44e-11 +DEAL::P11 * P1 =0.00 +DEAL::P11 * P2 =0.00 DEAL::P11 * P3 =-3.17e-10 DEAL::P11 * P4 =-1.23e-10 DEAL::P11 * P5 =1.10e-10 -- 2.39.5