aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order1.smooth0/coeff-I.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order1.smooth0/coeff-I.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order1.smooth0/coeff-I.compute.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order1.smooth0/coeff-I.compute.c b/src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order1.smooth0/coeff-I.compute.c
deleted file mode 100644
index a3dda78..0000000
--- a/src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order1.smooth0/coeff-I.compute.c
+++ /dev/null
@@ -1,18 +0,0 @@
-fp t7,
- t6,
- t5,
- t4,
- t3,
- t2,
- t1;
- t7 = RATIONAL(-1.0,2.0);
- t6 = RATIONAL(1.0,4.0);
- t5 = RATIONAL(1.0,2.0);
- t4 = t5*y;
- t3 = t7*y;
- t2 = t7*x;
- t1 = t5*x;
- coeff_I_0_0 = RATIONAL(3.0,4.0)+t3+t2;
- coeff_I_p1_0 = t6+t3+t1;
- coeff_I_0_p1 = t2+t6+t4;
- coeff_I_p1_p1 = t4+RATIONAL(-1.0,4.0)+t1;