aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/3d.coeffs/3d.cube.order1.smooth0/coeff-I.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/3d.coeffs/3d.cube.order1.smooth0/coeff-I.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/3d.coeffs/3d.cube.order1.smooth0/coeff-I.compute.c34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/3d.coeffs/3d.cube.order1.smooth0/coeff-I.compute.c b/src/GeneralizedPolynomial-Uniform/3d.coeffs/3d.cube.order1.smooth0/coeff-I.compute.c
deleted file mode 100644
index 10c924b..0000000
--- a/src/GeneralizedPolynomial-Uniform/3d.coeffs/3d.cube.order1.smooth0/coeff-I.compute.c
+++ /dev/null
@@ -1,34 +0,0 @@
-fp t7,
- t2,
- t8,
- t4,
- t13,
- t3,
- t12,
- t6,
- t11,
- t5,
- t10,
- t9,
- t1;
- t7 = RATIONAL(1.0,4.0);
- t2 = t7*x;
- t8 = RATIONAL(-1.0,4.0);
- t4 = t8*z;
- t13 = t2+t4;
- t3 = t7*z;
- t12 = t2+t3;
- t6 = t8*x;
- t11 = t6+t3;
- t5 = t8*y;
- t10 = t5+t7;
- t9 = t4+t6;
- t1 = t7*y;
- coeff_I_0_0_0 = RATIONAL(1.0,2.0)+t5+t9;
- coeff_I_p1_0_0 = t10+t13;
- coeff_I_0_p1_0 = t7+t1+t9;
- coeff_I_p1_p1_0 = t1+t13;
- coeff_I_0_0_p1 = t10+t11;
- coeff_I_p1_0_p1 = t5+t12;
- coeff_I_0_p1_p1 = t1+t11;
- coeff_I_p1_p1_p1 = t1+t8+t12;