From 974de17d388831e5139e88a610220e3d017698fd Mon Sep 17 00:00:00 2001 From: hartmann Date: Fri, 27 Feb 2004 16:38:47 +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@8597 0785d39b-7218-0410-832d-ea1e28bc413d --- .../base/polynomial1d.output | 161 ++++++++++++------ 1 file changed, 109 insertions(+), 52 deletions(-) diff --git a/tests/results/sparc-sun-solaris2.7+gcc2.95/base/polynomial1d.output b/tests/results/sparc-sun-solaris2.7+gcc2.95/base/polynomial1d.output index e76c4d8f27..c22cedf9c9 100644 --- a/tests/results/sparc-sun-solaris2.7+gcc2.95/base/polynomial1d.output +++ b/tests/results/sparc-sun-solaris2.7+gcc2.95/base/polynomial1d.output @@ -1,82 +1,139 @@ +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.00 -DEAL::P2 * P0 =-4.44e-16 -DEAL::P2 * P1 =-4.44e-16 +DEAL::P2 * P0 =0.00 +DEAL::P2 * P1 =0.00 DEAL::P2 * P2 =1.00 DEAL::P3 * P0 =0.00 -DEAL::P3 * P1 =1.82e-15 -DEAL::P3 * P2 =7.72e-16 +DEAL::P3 * P1 =0.00 +DEAL::P3 * P2 =0.00 DEAL::P3 * P3 =1.00 -DEAL::P4 * P0 =3.83e-15 -DEAL::P4 * P1 =4.88e-15 -DEAL::P4 * P2 =1.48e-15 -DEAL::P4 * P3 =1.54e-15 +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 =4.37e-14 -DEAL::P5 * P1 =2.78e-14 -DEAL::P5 * P2 =5.33e-15 -DEAL::P5 * P3 =-2.81e-15 -DEAL::P5 * P4 =-3.85e-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.00 -DEAL::P6 * P0 =6.66e-14 -DEAL::P6 * P1 =1.24e-14 -DEAL::P6 * P2 =1.09e-13 -DEAL::P6 * P3 =8.78e-15 -DEAL::P6 * P4 =3.23e-14 -DEAL::P6 * P5 =1.40e-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 =8.88e-13 -DEAL::P7 * P1 =1.97e-12 -DEAL::P7 * P2 =1.11e-12 -DEAL::P7 * P3 =1.58e-13 -DEAL::P7 * P4 =1.54e-13 -DEAL::P7 * P5 =-3.69e-13 -DEAL::P7 * P6 =-2.02e-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.00 -DEAL::P8 * P0 =-9.74e-12 -DEAL::P8 * P1 =-1.22e-11 -DEAL::P8 * P2 =-2.39e-12 -DEAL::P8 * P3 =1.75e-12 -DEAL::P8 * P4 =-2.45e-12 -DEAL::P8 * P5 =-2.75e-12 -DEAL::P8 * P6 =1.45e-12 -DEAL::P8 * P7 =4.56e-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.00 -DEAL::P9 * P0 =-2.93e-11 -DEAL::P9 * P1 =9.56e-13 -DEAL::P9 * P2 =8.26e-12 -DEAL::P9 * P3 =-5.30e-12 -DEAL::P9 * P4 =3.51e-12 -DEAL::P9 * P5 =1.14e-11 -DEAL::P9 * P6 =1.11e-11 -DEAL::P9 * P7 =-6.92e-12 -DEAL::P9 * P8 =-2.99e-12 +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.46e-10 DEAL::P10 * P1 =2.12e-10 DEAL::P10 * P2 =1.96e-10 DEAL::P10 * P3 =1.47e-10 -DEAL::P10 * P4 =7.58e-11 -DEAL::P10 * P5 =5.20e-11 -DEAL::P10 * P6 =-2.01e-11 -DEAL::P10 * P7 =-2.27e-11 -DEAL::P10 * P8 =1.34e-12 -DEAL::P10 * P9 =2.95e-13 +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.00 DEAL::P11 * P0 =-6.91e-10 DEAL::P11 * P1 =-5.76e-10 DEAL::P11 * P2 =-4.43e-10 DEAL::P11 * P3 =-2.94e-10 DEAL::P11 * P4 =1.11e-10 -DEAL::P11 * P5 =7.12e-11 +DEAL::P11 * P5 =0.00 DEAL::P11 * P6 =1.68e-10 DEAL::P11 * P7 =-3.62e-10 DEAL::P11 * P8 =-3.44e-10 -DEAL::P11 * P9 =5.48e-11 -DEAL::P11 * P10 =6.95e-11 +DEAL::P11 * P9 =0.00 +DEAL::P11 * P10 =0.00 DEAL::P11 * P11 =1.00 DEAL::LagrangeEquidistant DEAL::P0(x0) =2.00 -- 2.39.5