aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-09-02 10:36:32 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-09-02 10:36:32 +0000
commit80df27de110b6e739fda09ba4d9eae9fdbefc342 (patch)
tree3c17be6653cf3bd67a40fdf79f0821ff1afdd333 /src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c
parent2248cabada859337c9945616de9a3d612d8f2199 (diff)
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
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c
deleted file mode 100644
index 29b5494..0000000
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c
+++ /dev/null
@@ -1,40 +0,0 @@
-fp t244,
- t258,
- t246,
- t257,
- t245,
- t256,
- t243,
- t255,
- t250,
- t249,
- t248,
- t247;
- t244 = RATIONAL(-3.0,20.0)*y;
- t258 = t244+RATIONAL(13.0,40.0);
- t246 = RATIONAL(-1.0,20.0)*y;
- t257 = RATIONAL(11.0,40.0)+t246;
- t245 = RATIONAL(1.0,20.0)*y;
- t256 = RATIONAL(9.0,40.0)+t245;
- t243 = RATIONAL(3.0,20.0)*y;
- t255 = t243+RATIONAL(7.0,40.0);
- t250 = RATIONAL(1.0,4.0)*x;
- t249 = RATIONAL(-1.0,4.0)*x;
- t248 = RATIONAL(3.0,4.0)*x;
- t247 = RATIONAL(-3.0,4.0)*x;
- coeff_dxx_m1_m1 = t249+t258;
- coeff_dxx_0_m1 = t248+RATIONAL(-23.0,40.0)+t243;
- coeff_dxx_p1_m1 = t247+t255;
- coeff_dxx_p2_m1 = RATIONAL(3.0,40.0)+t250+t244;
- coeff_dxx_m1_0 = t249+t257;
- coeff_dxx_0_0 = RATIONAL(-21.0,40.0)+t245+t248;
- coeff_dxx_p1_0 = t247+t256;
- coeff_dxx_p2_0 = RATIONAL(1.0,40.0)+t246+t250;
- coeff_dxx_m1_p1 = t249+t256;
- coeff_dxx_0_p1 = t248+RATIONAL(-19.0,40.0)+t246;
- coeff_dxx_p1_p1 = t247+t257;
- coeff_dxx_p2_p1 = RATIONAL(-1.0,40.0)+t250+t245;
- coeff_dxx_m1_p2 = t249+t255;
- coeff_dxx_0_p2 = t244+RATIONAL(-17.0,40.0)+t248;
- coeff_dxx_p1_p2 = t247+t258;
- coeff_dxx_p2_p2 = RATIONAL(-3.0,40.0)+t250+t243;