From c262175eb0ffcb5ea193198517dcf04248e56d88 Mon Sep 17 00:00:00 2001 From: jthorn Date: Tue, 15 Apr 2003 17:31:21 +0000 Subject: remove old machine-generated coefficient files now that we've switched to using the new ones which have separate tensor-product and maximum-degree Lagrange interpolation operators git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@148 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- .../1d.cube.order6.smooth0/coeffs-dx.compute.c | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order6.smooth0/coeffs-dx.compute.c (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order6.smooth0/coeffs-dx.compute.c') diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order6.smooth0/coeffs-dx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order6.smooth0/coeffs-dx.compute.c deleted file mode 100644 index d4d1004..0000000 --- a/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order6.smooth0/coeffs-dx.compute.c +++ /dev/null @@ -1,32 +0,0 @@ -fp t123; -fp t125; -fp t128; -fp t126; -fp t133; -fp t132; -fp t131; -fp t127; - t123 = RATIONAL(-3.0,20.0); - t125 = x*x; - t128 = x*t125; - t126 = t128*t125; - t133 = t123*x+RATIONAL(-1.0,20.0)*t126+RATIONAL(1.0,3.0)*t128; - t132 = RATIONAL(1.0,120.0)*t126+RATIONAL(1.0,90.0)*x+RATIONAL(-1.0,36.0)* -t128; - t131 = RATIONAL(3.0,2.0)*x+RATIONAL(-13.0,12.0)*t128+RATIONAL(1.0,8.0)* -t126; - t127 = t125*t125; - coeffs_dx->coeff_m3 = RATIONAL(-1.0,48.0)*t127+RATIONAL(-1.0,60.0)+ -RATIONAL(1.0,16.0)*t125+t132; - coeffs_dx->coeff_m2 = RATIONAL(-1.0,2.0)*t125+RATIONAL(3.0,20.0)+RATIONAL -(1.0,12.0)*t127+t133; - coeffs_dx->coeff_m1 = RATIONAL(-5.0,48.0)*t127+RATIONAL(13.0,16.0)*t125+ -RATIONAL(-3.0,4.0)+t131; - coeffs_dx->coeff_0 = RATIONAL(-1.0,6.0)*t126+RATIONAL(14.0,9.0)*t128+ -RATIONAL(-49.0,18.0)*x; - coeffs_dx->coeff_p1 = RATIONAL(5.0,48.0)*t127+RATIONAL(3.0,4.0)+RATIONAL( --13.0,16.0)*t125+t131; - coeffs_dx->coeff_p2 = RATIONAL(1.0,2.0)*t125+RATIONAL(-1.0,12.0)*t127+ -t123+t133; - coeffs_dx->coeff_p3 = RATIONAL(-1.0,16.0)*t125+RATIONAL(1.0,60.0)+ -RATIONAL(1.0,48.0)*t127+t132; -- cgit v1.2.3