aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c b/src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c
deleted file mode 100644
index 5421713..0000000
--- a/src/GeneralizedPolynomial-Uniform/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c
+++ /dev/null
@@ -1,21 +0,0 @@
-fp t45,
- t50,
- t49,
- t48,
- t47,
- t44;
- t45 = RATIONAL(1.0,3.0)*y;
- t50 = RATIONAL(-1.0,4.0)*x+t45;
- t49 = t45+RATIONAL(1.0,4.0)*x;
- t48 = RATIONAL(-1.0,6.0);
- t47 = RATIONAL(1.0,6.0);
- t44 = RATIONAL(-2.0,3.0)*y;
- coeff_dy_m1_m1 = t48+t49;
- coeff_dy_0_m1 = t48+t45;
- coeff_dy_p1_m1 = t48+t50;
- coeff_dy_m1_0 = t44;
- coeff_dy_0_0 = t44;
- coeff_dy_p1_0 = t44;
- coeff_dy_m1_p1 = t47+t50;
- coeff_dy_0_p1 = t45+t47;
- coeff_dy_p1_p1 = t47+t49;