aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-05-14 15:17:13 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-05-14 15:17:13 +0000
commite680388995f08078af91ffb64352f3284195c0bf (patch)
tree59629f6c6748a869aa952d7cfe78d2828f9d30bd /src
parent2177a5948dc567e37964df7f281d3a3ee11eb8c6 (diff)
* delete file which shouldn't have been there
(can't do dxx with size=2 molecules) * regenerate coeffs git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@39 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src')
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-I.compute.c8
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-dx.compute.c16
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order4.smooth0/coeff-dxx.compute.c2
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-I.compute.c22
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c12
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dxx.compute.c16
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-I.compute.c54
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dx.compute.c46
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dxx.compute.c26
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.size2/coeff-dxx.store.c2
10 files changed, 101 insertions, 103 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
index 5a670d6..318dbb1 100644
--- 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
@@ -10,9 +10,9 @@ fp t23,
t23 = x*x;
t24 = t23*t23;
t29 = RATIONAL(1.0,24.0)*t24+RATIONAL(-1.0,24.0)*t23;
- t21 = RATIONAL(2.0,3.0);
- t22 = RATIONAL(-1.0,6.0);
- t28 = t22*t24+t21*t23;
+ t21 = RATIONAL(-1.0,6.0);
+ t22 = RATIONAL(2.0,3.0);
+ t28 = t22*t23+t21*t24;
t25 = x*t23;
t20 = RATIONAL(-1.0,12.0);
t19 = RATIONAL(1.0,12.0);
@@ -20,5 +20,5 @@ fp t23,
coeff_I_m1 = RATIONAL(-2.0,3.0)*x+RATIONAL(1.0,6.0)*t25+t28;
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+t28;
+ coeff_I_p1 = t21*t25+t22*x+t28;
coeff_I_p2 = t19*t25+t20*x+t29;
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
index 5557616..283d97d 100644
--- 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
@@ -1,17 +1,17 @@
-fp t35,
- t36,
+fp t36,
t37,
+ t35,
t40,
t34,
t39;
- t35 = RATIONAL(-2.0,3.0);
t36 = x*x;
t37 = x*t36;
- t40 = t35*t37+RATIONAL(4.0,3.0)*x;
+ t35 = RATIONAL(-2.0,3.0);
+ t40 = RATIONAL(4.0,3.0)*x+t35*t37;
t34 = RATIONAL(-1.0,12.0);
- t39 = t34*x+RATIONAL(1.0,6.0)*t37;
+ t39 = RATIONAL(1.0,6.0)*t37+t34*x;
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;
+ coeff_dx_0 = t37+RATIONAL(-5.0,2.0)*x;
+ coeff_dx_p1 = RATIONAL(-1.0,2.0)*t36+RATIONAL(2.0,3.0)+t40;
+ coeff_dx_p2 = t34+RATIONAL(1.0,4.0)*t36+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
index ff7e9fa..56d8567 100644
--- 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
@@ -4,7 +4,7 @@ fp t44,
t47;
t44 = RATIONAL(1.0,2.0);
t46 = x*x;
- t48 = RATIONAL(-1.0,12.0)+t44*t46;
+ 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;
diff --git a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-I.compute.c b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-I.compute.c
index 1eded3e..3b005c4 100644
--- a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-I.compute.c
+++ b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-I.compute.c
@@ -1,25 +1,25 @@
-fp t54,
- t55,
- t56,
+fp t56,
t61,
t64,
+ t55,
+ t54,
t63,
t58,
t57,
t51;
- t54 = RATIONAL(1.0,24.0);
- t55 = RATIONAL(-1.0,24.0);
t56 = x*x;
t61 = t56*t56;
- t64 = t54*t61+t55*t56;
- t63 = RATIONAL(-1.0,6.0)*t61+RATIONAL(2.0,3.0)*t56;
+ t64 = RATIONAL(2.0,3.0)*t56+RATIONAL(-1.0,6.0)*t61;
+ t55 = RATIONAL(-1.0,24.0);
+ t54 = RATIONAL(1.0,24.0);
+ t63 = t55*t56+t54*t61;
t58 = t61*x;
t57 = x*t56;
t51 = t55*t57;
- coeff_I_m2 = RATIONAL(1.0,20.0)*x+t51+RATIONAL(-1.0,120.0)*t58+t64;
- coeff_I_m1 = RATIONAL(-1.0,2.0)*x+t51+t54*t58+t63;
+ coeff_I_m2 = RATIONAL(1.0,20.0)*x+t51+RATIONAL(-1.0,120.0)*t58+t63;
+ coeff_I_m1 = RATIONAL(-1.0,2.0)*x+t51+t54*t58+t64;
coeff_I_0 = RATIONAL(1.0,1.0)+RATIONAL(-1.0,3.0)*x+RATIONAL(-5.0,4.0)*t56
+RATIONAL(5.0,12.0)*t57+RATIONAL(1.0,4.0)*t61+RATIONAL(-1.0,12.0)*t58;
- coeff_I_p1 = x+RATIONAL(-7.0,12.0)*t57+RATIONAL(1.0,12.0)*t58+t63;
- coeff_I_p2 = RATIONAL(-1.0,4.0)*x+RATIONAL(7.0,24.0)*t57+t55*t58+t64;
+ coeff_I_p1 = x+RATIONAL(-7.0,12.0)*t57+RATIONAL(1.0,12.0)*t58+t64;
+ coeff_I_p2 = RATIONAL(-1.0,4.0)*x+RATIONAL(7.0,24.0)*t57+t55*t58+t63;
coeff_I_p3 = RATIONAL(1.0,30.0)*x+RATIONAL(1.0,120.0)*t58+t51;
diff --git a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c
index 37788d3..166a52f 100644
--- a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c
+++ b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c
@@ -10,12 +10,12 @@ fp t70,
t75 = RATIONAL(4.0,3.0)*x+RATIONAL(-2.0,3.0)*t71;
t72 = t70*t70;
t68 = RATIONAL(-1.0,8.0)*t70;
- coeff_dx_m2 = RATIONAL(1.0,20.0)+t68+RATIONAL(-1.0,24.0)*t72+t76;
- coeff_dx_m1 = RATIONAL(-1.0,2.0)+RATIONAL(5.0,24.0)*t72+t68+t75;
- coeff_dx_0 = t71+RATIONAL(-1.0,3.0)+RATIONAL(-5.0,2.0)*x+RATIONAL(-5.0,
-12.0)*t72+RATIONAL(5.0,4.0)*t70;
- coeff_dx_p1 = RATIONAL(1.0,1.0)+RATIONAL(-7.0,4.0)*t70+RATIONAL(5.0,12.0)
+ coeff_dx_m2 = RATIONAL(1.0,20.0)+RATIONAL(-1.0,24.0)*t72+t68+t76;
+ coeff_dx_m1 = t68+RATIONAL(-1.0,2.0)+RATIONAL(5.0,24.0)*t72+t75;
+ coeff_dx_0 = RATIONAL(-1.0,3.0)+RATIONAL(-5.0,2.0)*x+t71+RATIONAL(5.0,4.0
+)*t70+RATIONAL(-5.0,12.0)*t72;
+ coeff_dx_p1 = RATIONAL(-7.0,4.0)*t70+RATIONAL(1.0,1.0)+RATIONAL(5.0,12.0)
*t72+t75;
coeff_dx_p2 = RATIONAL(-1.0,4.0)+RATIONAL(7.0,8.0)*t70+RATIONAL(-5.0,24.0
)*t72+t76;
- coeff_dx_p3 = t68+RATIONAL(1.0,24.0)*t72+RATIONAL(1.0,30.0);
+ coeff_dx_p3 = RATIONAL(1.0,24.0)*t72+RATIONAL(1.0,30.0)+t68;
diff --git a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dxx.compute.c b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dxx.compute.c
index f25f7d5..dc55053 100644
--- a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dxx.compute.c
+++ b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dxx.compute.c
@@ -4,14 +4,14 @@ fp t82,
t83,
t77;
t82 = x*x;
- t86 = RATIONAL(1.0,2.0)*t82+RATIONAL(-1.0,12.0);
- t85 = RATIONAL(-2.0,1.0)*t82+RATIONAL(4.0,3.0);
- t83 = x*t82;
+ t86 = RATIONAL(-2.0,1.0)*t82+RATIONAL(4.0,3.0);
+ t85 = RATIONAL(1.0,2.0)*t82+RATIONAL(-1.0,12.0);
+ t83 = t82*x;
t77 = RATIONAL(-1.0,4.0)*x;
- coeff_dxx_m2 = RATIONAL(-1.0,6.0)*t83+t77+t86;
- coeff_dxx_m1 = t77+RATIONAL(5.0,6.0)*t83+t85;
+ coeff_dxx_m2 = RATIONAL(-1.0,6.0)*t83+t77+t85;
+ coeff_dxx_m1 = t77+RATIONAL(5.0,6.0)*t83+t86;
coeff_dxx_0 = RATIONAL(-5.0,3.0)*t83+RATIONAL(5.0,2.0)*x+RATIONAL(3.0,1.0
)*t82+RATIONAL(-5.0,2.0);
- coeff_dxx_p1 = RATIONAL(5.0,3.0)*t83+RATIONAL(-7.0,2.0)*x+t85;
- coeff_dxx_p2 = RATIONAL(7.0,4.0)*x+RATIONAL(-5.0,6.0)*t83+t86;
- coeff_dxx_p3 = t77+RATIONAL(1.0,6.0)*t83;
+ coeff_dxx_p1 = RATIONAL(5.0,3.0)*t83+RATIONAL(-7.0,2.0)*x+t86;
+ coeff_dxx_p2 = RATIONAL(7.0,4.0)*x+RATIONAL(-5.0,6.0)*t83+t85;
+ coeff_dxx_p3 = RATIONAL(1.0,6.0)*t83+t77;
diff --git a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-I.compute.c b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-I.compute.c
index e5bca75..d6cc566 100644
--- a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-I.compute.c
+++ b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-I.compute.c
@@ -1,38 +1,38 @@
fp t104,
- t107,
- t102,
t108,
+ t107,
+ t103,
t113,
- t96,
- t100,
t101,
+ t96,
+ t97,
t112,
t111,
- t103,
+ t102,
+ t100,
t99,
- t98,
- t97;
+ t98;
t104 = x*x;
- t107 = x*t104;
- t102 = t107*t107;
t108 = t104*t104;
- t113 = RATIONAL(-3.0,40.0)*t104+RATIONAL(1.0,12.0)*t108+RATIONAL(-1.0,
-120.0)*t102;
- t96 = RATIONAL(-13.0,48.0);
- t100 = RATIONAL(1.0,48.0);
+ t107 = x*t104;
+ t103 = t107*t107;
+ t113 = RATIONAL(-1.0,120.0)*t103+RATIONAL(1.0,12.0)*t108+RATIONAL(-3.0,
+40.0)*t104;
t101 = RATIONAL(3.0,4.0);
- t112 = t101*t104+t100*t102+t96*t108;
- t111 = RATIONAL(1.0,180.0)*t104+RATIONAL(-1.0,144.0)*t108+RATIONAL(1.0,
-720.0)*t102;
- t103 = x*t108;
- t99 = RATIONAL(-1.0,60.0);
- t98 = RATIONAL(-1.0,48.0);
- t97 = RATIONAL(1.0,60.0);
- coeff_I_m3 = t99*x+t100*t107+RATIONAL(-1.0,240.0)*t103+t111;
- coeff_I_m2 = RATIONAL(3.0,20.0)*x+RATIONAL(-1.0,6.0)*t107+t97*t103+t113;
- coeff_I_m1 = RATIONAL(-3.0,4.0)*x+RATIONAL(13.0,48.0)*t107+t98*t103+t112;
+ t96 = RATIONAL(-13.0,48.0);
+ t97 = RATIONAL(1.0,48.0);
+ t112 = t96*t108+t101*t104+t97*t103;
+ t111 = RATIONAL(-1.0,144.0)*t108+RATIONAL(1.0,180.0)*t104+RATIONAL(1.0,
+720.0)*t103;
+ t102 = x*t108;
+ t100 = RATIONAL(1.0,60.0);
+ t99 = RATIONAL(-1.0,48.0);
+ t98 = RATIONAL(-1.0,60.0);
+ coeff_I_m3 = t98*x+t97*t107+RATIONAL(-1.0,240.0)*t102+t111;
+ coeff_I_m2 = RATIONAL(3.0,20.0)*x+RATIONAL(-1.0,6.0)*t107+t100*t102+t113;
+ coeff_I_m1 = RATIONAL(-3.0,4.0)*x+RATIONAL(13.0,48.0)*t107+t99*t102+t112;
coeff_I_0 = RATIONAL(7.0,18.0)*t108+RATIONAL(-49.0,36.0)*t104+RATIONAL(
-1.0,1.0)+RATIONAL(-1.0,36.0)*t102;
- coeff_I_p1 = t96*t107+t101*x+t100*t103+t112;
- coeff_I_p2 = RATIONAL(1.0,6.0)*t107+RATIONAL(-3.0,20.0)*x+t99*t103+t113;
- coeff_I_p3 = t98*t107+t97*x+RATIONAL(1.0,240.0)*t103+t111;
+1.0,1.0)+RATIONAL(-1.0,36.0)*t103;
+ coeff_I_p1 = t96*t107+t101*x+t97*t102+t112;
+ coeff_I_p2 = RATIONAL(1.0,6.0)*t107+RATIONAL(-3.0,20.0)*x+t98*t102+t113;
+ coeff_I_p3 = t99*t107+t100*x+RATIONAL(1.0,240.0)*t102+t111;
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
index a3e408b..252c658 100644
--- 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
@@ -1,31 +1,31 @@
fp t125,
- t128,
+ t126,
+ t129,
t124,
- t133,
t123,
+ t133,
t132,
- t131,
- t127;
+ t131;
t125 = x*x;
- t128 = x*t125;
- t124 = t128*t125;
- t133 = RATIONAL(1.0,90.0)*x+RATIONAL(-1.0,36.0)*t128+RATIONAL(1.0,120.0)*
-t124;
+ t126 = x*t125;
+ t129 = t125*t125;
+ t124 = x*t129;
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(1.0,8.0)*t124+RATIONAL(3.0,2.0)
+ t133 = RATIONAL(-1.0,20.0)*t124+t123*x+RATIONAL(1.0,3.0)*t126;
+ t132 = RATIONAL(-13.0,12.0)*t126+RATIONAL(1.0,8.0)*t124+RATIONAL(3.0,2.0)
*x;
- t127 = t125*t125;
- coeff_dx_m3 = RATIONAL(-1.0,48.0)*t127+RATIONAL(1.0,16.0)*t125+RATIONAL(
--1.0,60.0)+t133;
- coeff_dx_m2 = RATIONAL(1.0,12.0)*t127+RATIONAL(-1.0,2.0)*t125+RATIONAL(
-3.0,20.0)+t132;
- coeff_dx_m1 = RATIONAL(13.0,16.0)*t125+RATIONAL(-5.0,48.0)*t127+RATIONAL(
--3.0,4.0)+t131;
+ t131 = RATIONAL(1.0,90.0)*x+RATIONAL(-1.0,36.0)*t126+RATIONAL(1.0,120.0)*
+t124;
+ coeff_dx_m3 = RATIONAL(1.0,16.0)*t125+RATIONAL(-1.0,48.0)*t129+RATIONAL(
+-1.0,60.0)+t131;
+ coeff_dx_m2 = RATIONAL(1.0,12.0)*t129+RATIONAL(3.0,20.0)+RATIONAL(-1.0,
+2.0)*t125+t133;
+ coeff_dx_m1 = RATIONAL(-3.0,4.0)+RATIONAL(-5.0,48.0)*t129+RATIONAL(13.0,
+16.0)*t125+t132;
coeff_dx_0 = RATIONAL(-1.0,6.0)*t124+RATIONAL(-49.0,18.0)*x+RATIONAL(14.0
-,9.0)*t128;
- coeff_dx_p1 = RATIONAL(5.0,48.0)*t127+RATIONAL(-13.0,16.0)*t125+RATIONAL(
-3.0,4.0)+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,60.0)+RATIONAL(-1.0,
-16.0)*t125+t133;
+,9.0)*t126;
+ coeff_dx_p1 = RATIONAL(-13.0,16.0)*t125+RATIONAL(5.0,48.0)*t129+RATIONAL(
+3.0,4.0)+t132;
+ coeff_dx_p2 = t123+RATIONAL(-1.0,12.0)*t129+RATIONAL(1.0,2.0)*t125+t133;
+ coeff_dx_p3 = RATIONAL(1.0,60.0)+RATIONAL(-1.0,16.0)*t125+RATIONAL(1.0,
+48.0)*t129+t131;
diff --git a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dxx.compute.c b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dxx.compute.c
index 0045bc6..55b1f9d 100644
--- a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dxx.compute.c
+++ b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dxx.compute.c
@@ -1,22 +1,22 @@
fp t143,
- t140,
t145,
t150,
+ t141,
t149,
t148,
t144;
t143 = x*x;
- t140 = RATIONAL(-1.0,12.0);
t145 = t143*t143;
- t150 = RATIONAL(1.0,24.0)*t145+t140*t143+RATIONAL(1.0,90.0);
- t149 = t143+RATIONAL(-3.0,20.0)+RATIONAL(-1.0,4.0)*t145;
- t148 = RATIONAL(-13.0,4.0)*t143+RATIONAL(5.0,8.0)*t145+RATIONAL(3.0,2.0);
+ t150 = RATIONAL(-1.0,4.0)*t145+t143+RATIONAL(-3.0,20.0);
+ t141 = RATIONAL(-1.0,12.0);
+ t149 = t141*t143+RATIONAL(1.0,24.0)*t145+RATIONAL(1.0,90.0);
+ t148 = RATIONAL(3.0,2.0)+RATIONAL(-13.0,4.0)*t143+RATIONAL(5.0,8.0)*t145;
t144 = x*t143;
- coeff_dxx_m3 = t140*t144+RATIONAL(1.0,8.0)*x+t150;
- coeff_dxx_m2 = -x+RATIONAL(1.0,3.0)*t144+t149;
- coeff_dxx_m1 = RATIONAL(13.0,8.0)*x+RATIONAL(-5.0,12.0)*t144+t148;
- coeff_dxx_0 = RATIONAL(14.0,3.0)*t143+RATIONAL(-49.0,18.0)+RATIONAL(-5.0,
-6.0)*t145;
- coeff_dxx_p1 = RATIONAL(-13.0,8.0)*x+RATIONAL(5.0,12.0)*t144+t148;
- coeff_dxx_p2 = x+RATIONAL(-1.0,3.0)*t144+t149;
- coeff_dxx_p3 = RATIONAL(-1.0,8.0)*x+RATIONAL(1.0,12.0)*t144+t150;
+ coeff_dxx_m3 = t141*t144+RATIONAL(1.0,8.0)*x+t149;
+ coeff_dxx_m2 = RATIONAL(1.0,3.0)*t144-x+t150;
+ coeff_dxx_m1 = RATIONAL(-5.0,12.0)*t144+RATIONAL(13.0,8.0)*x+t148;
+ coeff_dxx_0 = RATIONAL(-5.0,6.0)*t145+RATIONAL(14.0,3.0)*t143+RATIONAL(
+-49.0,18.0);
+ coeff_dxx_p1 = RATIONAL(5.0,12.0)*t144+RATIONAL(-13.0,8.0)*x+t148;
+ coeff_dxx_p2 = RATIONAL(-1.0,3.0)*t144+x+t150;
+ coeff_dxx_p3 = RATIONAL(-1.0,8.0)*x+RATIONAL(1.0,12.0)*t144+t149;
diff --git a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.size2/coeff-dxx.store.c b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.size2/coeff-dxx.store.c
deleted file mode 100644
index e803d62..0000000
--- a/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.size2/coeff-dxx.store.c
+++ /dev/null
@@ -1,2 +0,0 @@
-COEFF(0) = coeff_dxx_0;
-COEFF(1) = coeff_dxx_p1;