From 80df27de110b6e739fda09ba4d9eae9fdbefc342 Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 2 Sep 2002 10:36:32 +0000 Subject: This is a major reworking of this interpolator. The interpolation code in template.c is now split up into subfunctions (in common/, Lagrange/, and Hermite/), so it should now compile in finite cpu/memory even with optimization. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@115 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- .../2d.cube.order3.smooth0/coeff-dyy.compute.c | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dyy.compute.c (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dyy.compute.c') diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dyy.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dyy.compute.c deleted file mode 100644 index b449df9..0000000 --- a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dyy.compute.c +++ /dev/null @@ -1,40 +0,0 @@ -fp t277, - t292, - t279, - t291, - t280, - t290, - t278, - t289, - t284, - t283, - t282, - t281; - t277 = RATIONAL(3.0,20.0)*x; - t292 = t277+RATIONAL(7.0,40.0); - t279 = RATIONAL(-1.0,20.0)*x; - t291 = t279+RATIONAL(11.0,40.0); - t280 = RATIONAL(-3.0,20.0)*x; - t290 = t280+RATIONAL(13.0,40.0); - t278 = RATIONAL(1.0,20.0)*x; - t289 = t278+RATIONAL(9.0,40.0); - t284 = RATIONAL(-1.0,4.0)*y; - t283 = RATIONAL(-3.0,4.0)*y; - t282 = RATIONAL(1.0,4.0)*y; - t281 = RATIONAL(3.0,4.0)*y; - coeff_dyy_m1_m1 = t284+t290; - coeff_dyy_0_m1 = t284+t291; - coeff_dyy_p1_m1 = t284+t289; - coeff_dyy_p2_m1 = t284+t292; - coeff_dyy_m1_0 = RATIONAL(-23.0,40.0)+t281+t277; - coeff_dyy_0_0 = t281+RATIONAL(-21.0,40.0)+t278; - coeff_dyy_p1_0 = RATIONAL(-19.0,40.0)+t279+t281; - coeff_dyy_p2_0 = t281+RATIONAL(-17.0,40.0)+t280; - coeff_dyy_m1_p1 = t283+t292; - coeff_dyy_0_p1 = t283+t289; - coeff_dyy_p1_p1 = t283+t291; - coeff_dyy_p2_p1 = t283+t290; - coeff_dyy_m1_p2 = t282+RATIONAL(3.0,40.0)+t280; - coeff_dyy_0_p2 = t282+RATIONAL(1.0,40.0)+t279; - coeff_dyy_p1_p2 = RATIONAL(-1.0,40.0)+t278+t282; - coeff_dyy_p2_p2 = t277+t282+RATIONAL(-3.0,40.0); -- cgit v1.2.3