aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dx.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dx.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dx.compute.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dx.compute.c b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dx.compute.c
deleted file mode 100644
index 738bb32..0000000
--- a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dx.compute.c
+++ /dev/null
@@ -1,31 +0,0 @@
-fp t125,
- t128,
- t124,
- t133,
- t123,
- t132,
- t131,
- t127;
- t125 = x*x;
- t128 = x*t125;
- t124 = t128*t125;
- t133 = RATIONAL(-1.0,36.0)*t128+RATIONAL(1.0,90.0)*x+RATIONAL(1.0,120.0)*
-t124;
- t123 = RATIONAL(-3.0,20.0);
- t132 = RATIONAL(-1.0,20.0)*t124+t123*x+RATIONAL(1.0,3.0)*t128;
- t131 = RATIONAL(-13.0,12.0)*t128+RATIONAL(3.0,2.0)*x+RATIONAL(1.0,8.0)*
-t124;
- t127 = t125*t125;
- coeff_dx_m3 = RATIONAL(1.0,16.0)*t125+RATIONAL(-1.0,48.0)*t127+RATIONAL(
--1.0,60.0)+t133;
- coeff_dx_m2 = RATIONAL(-1.0,2.0)*t125+RATIONAL(3.0,20.0)+RATIONAL(1.0,
-12.0)*t127+t132;
- coeff_dx_m1 = RATIONAL(-3.0,4.0)+RATIONAL(13.0,16.0)*t125+RATIONAL(-5.0,
-48.0)*t127+t131;
- coeff_dx_0 = RATIONAL(-1.0,6.0)*t124+RATIONAL(14.0,9.0)*t128+RATIONAL(
--49.0,18.0)*x;
- coeff_dx_p1 = RATIONAL(-13.0,16.0)*t125+RATIONAL(3.0,4.0)+RATIONAL(5.0,
-48.0)*t127+t131;
- coeff_dx_p2 = t123+RATIONAL(-1.0,12.0)*t127+RATIONAL(1.0,2.0)*t125+t132;
- coeff_dx_p3 = RATIONAL(1.0,48.0)*t127+RATIONAL(-1.0,16.0)*t125+RATIONAL(
-1.0,60.0)+t133;