aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0')
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-I.compute.c24
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-dx.compute.c17
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-dxx.compute.c13
3 files changed, 0 insertions, 54 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-I.compute.c b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-I.compute.c
deleted file mode 100644
index 861d59f..0000000
--- a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-I.compute.c
+++ /dev/null
@@ -1,24 +0,0 @@
-fp t23,
- t24,
- t21,
- t22,
- t29,
- t28,
- t25,
- t20,
- t19;
- t23 = x*x;
- t24 = t23*t23;
- t21 = RATIONAL(2.0,3.0);
- t22 = RATIONAL(-1.0,6.0);
- t29 = t22*t24+t21*t23;
- t28 = RATIONAL(-1.0,24.0)*t23+RATIONAL(1.0,24.0)*t24;
- t25 = x*t23;
- t20 = RATIONAL(1.0,12.0);
- t19 = RATIONAL(-1.0,12.0);
- coeff_I_m2 = t20*x+t19*t25+t28;
- coeff_I_m1 = RATIONAL(-2.0,3.0)*x+RATIONAL(1.0,6.0)*t25+t29;
- coeff_I_0 = RATIONAL(-5.0,4.0)*t23+RATIONAL(1.0,1.0)+RATIONAL(1.0,4.0)*
-t24;
- coeff_I_p1 = t22*t25+t21*x+t29;
- coeff_I_p2 = t20*t25+t19*x+t28;
diff --git a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-dx.compute.c b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-dx.compute.c
deleted file mode 100644
index 5557616..0000000
--- a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-dx.compute.c
+++ /dev/null
@@ -1,17 +0,0 @@
-fp t35,
- t36,
- t37,
- t40,
- t34,
- t39;
- t35 = RATIONAL(-2.0,3.0);
- t36 = x*x;
- t37 = x*t36;
- t40 = t35*t37+RATIONAL(4.0,3.0)*x;
- t34 = RATIONAL(-1.0,12.0);
- t39 = t34*x+RATIONAL(1.0,6.0)*t37;
- coeff_dx_m2 = RATIONAL(-1.0,4.0)*t36+RATIONAL(1.0,12.0)+t39;
- coeff_dx_m1 = t35+RATIONAL(1.0,2.0)*t36+t40;
- coeff_dx_0 = RATIONAL(-5.0,2.0)*x+t37;
- coeff_dx_p1 = RATIONAL(2.0,3.0)+RATIONAL(-1.0,2.0)*t36+t40;
- coeff_dx_p2 = RATIONAL(1.0,4.0)*t36+t34+t39;
diff --git a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-dxx.compute.c b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-dxx.compute.c
deleted file mode 100644
index 56d8567..0000000
--- a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-dxx.compute.c
+++ /dev/null
@@ -1,13 +0,0 @@
-fp t44,
- t46,
- t48,
- t47;
- t44 = RATIONAL(1.0,2.0);
- t46 = x*x;
- t48 = t44*t46+RATIONAL(-1.0,12.0);
- t47 = RATIONAL(-2.0,1.0)*t46+RATIONAL(4.0,3.0);
- coeff_dxx_m2 = RATIONAL(-1.0,2.0)*x+t48;
- coeff_dxx_m1 = x+t47;
- coeff_dxx_0 = RATIONAL(-5.0,2.0)+RATIONAL(3.0,1.0)*t46;
- coeff_dxx_p1 = -x+t47;
- coeff_dxx_p2 = t44*x+t48;