From e9f00ac8be804694fed90fee6dfaa45f9438ebb8 Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 6 Jul 2003 11:39:36 +0000 Subject: Remove Jonathan Thornburg's interpolator (which is GPL and thus not allowed to be in CactusBase; it now lives in AEIThorns/AEILocalInterp/) so this thorn contains only the interpolator written by Thomas Radke in early 2001. The files for this interpolator are now in src/ ; before this commit they were in src/UniformCartesian/ . git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@154 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- .../1d.cube.order4.smooth0/coeffs-dx.compute.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.coeffs/1d.cube.order4.smooth0/coeffs-dx.compute.c (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.coeffs/1d.cube.order4.smooth0/coeffs-dx.compute.c') diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.coeffs/1d.cube.order4.smooth0/coeffs-dx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.coeffs/1d.cube.order4.smooth0/coeffs-dx.compute.c deleted file mode 100644 index 14b1551..0000000 --- a/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.coeffs/1d.cube.order4.smooth0/coeffs-dx.compute.c +++ /dev/null @@ -1,17 +0,0 @@ -fp t34; -fp t37; -fp t36; -fp t40; -fp t35; -fp t39; - t34 = RATIONAL(-1.0,12.0); - t37 = x*x; - t36 = x*t37; - t40 = RATIONAL(1.0,6.0)*t36+t34*x; - t35 = RATIONAL(-2.0,3.0); - t39 = t35*t36+RATIONAL(4.0,3.0)*x; - coeffs_dx->coeff_m2 = RATIONAL(-1.0,4.0)*t37+RATIONAL(1.0,12.0)+t40; - coeffs_dx->coeff_m1 = t35+RATIONAL(1.0,2.0)*t37+t39; - coeffs_dx->coeff_0 = t36+RATIONAL(-5.0,2.0)*x; - coeffs_dx->coeff_p1 = RATIONAL(-1.0,2.0)*t37+RATIONAL(2.0,3.0)+t39; - coeffs_dx->coeff_p2 = t34+RATIONAL(1.0,4.0)*t37+t40; -- cgit v1.2.3