aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dyy.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/3d.coeffs/3d.cube.order2.smooth0/coeff-dyy.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/3d.coeffs/3d.cube.order2.smooth0/coeff-dyy.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dyy.compute.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dyy.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dyy.compute.c
deleted file mode 100644
index 1863390..0000000
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dyy.compute.c
+++ /dev/null
@@ -1,31 +0,0 @@
-fp t146,
- t145;
- t146 = RATIONAL(1.0,9.0);
- t145 = RATIONAL(-2.0,9.0);
- coeff_dyy_m1_m1_m1 = t146;
- coeff_dyy_0_m1_m1 = t146;
- coeff_dyy_p1_m1_m1 = t146;
- coeff_dyy_m1_0_m1 = t145;
- coeff_dyy_0_0_m1 = t145;
- coeff_dyy_p1_0_m1 = t145;
- coeff_dyy_m1_p1_m1 = t146;
- coeff_dyy_0_p1_m1 = t146;
- coeff_dyy_p1_p1_m1 = t146;
- coeff_dyy_m1_m1_0 = t146;
- coeff_dyy_0_m1_0 = t146;
- coeff_dyy_p1_m1_0 = t146;
- coeff_dyy_m1_0_0 = t145;
- coeff_dyy_0_0_0 = t145;
- coeff_dyy_p1_0_0 = t145;
- coeff_dyy_m1_p1_0 = t146;
- coeff_dyy_0_p1_0 = t146;
- coeff_dyy_p1_p1_0 = t146;
- coeff_dyy_m1_m1_p1 = t146;
- coeff_dyy_0_m1_p1 = t146;
- coeff_dyy_p1_m1_p1 = t146;
- coeff_dyy_m1_0_p1 = t145;
- coeff_dyy_0_0_p1 = t145;
- coeff_dyy_p1_0_p1 = t145;
- coeff_dyy_m1_p1_p1 = t146;
- coeff_dyy_0_p1_p1 = t146;
- coeff_dyy_p1_p1_p1 = t146;