aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0')
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-I.compute.c25
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c21
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-dxx.compute.c17
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-I.compute.c28
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-dx.compute.c21
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-dxx.compute.c17
6 files changed, 66 insertions, 63 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-I.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-I.compute.c
deleted file mode 100644
index f32ea37..0000000
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-I.compute.c
+++ /dev/null
@@ -1,25 +0,0 @@
-fp t58,
- t56,
- t64,
- t54,
- t55,
- t63,
- t60,
- t57,
- t50;
- t58 = x*x;
- t56 = t58*t58;
- t64 = RATIONAL(2.0,3.0)*t58+RATIONAL(-1.0,6.0)*t56;
- t54 = RATIONAL(1.0,24.0);
- t55 = RATIONAL(-1.0,24.0);
- t63 = t54*t56+t55*t58;
- t60 = t58*x;
- t57 = t58*t60;
- t50 = t55*t60;
- coeff_I_m2 = RATIONAL(1.0,20.0)*x+t50+RATIONAL(-1.0,120.0)*t57+t63;
- coeff_I_m1 = RATIONAL(-1.0,2.0)*x+t50+t54*t57+t64;
- coeff_I_0 = RATIONAL(1.0,1.0)+RATIONAL(-1.0,3.0)*x+RATIONAL(-5.0,4.0)*t58
-+RATIONAL(5.0,12.0)*t60+RATIONAL(1.0,4.0)*t56+RATIONAL(-1.0,12.0)*t57;
- coeff_I_p1 = x+RATIONAL(-7.0,12.0)*t60+RATIONAL(1.0,12.0)*t57+t64;
- coeff_I_p2 = RATIONAL(-1.0,4.0)*x+RATIONAL(7.0,24.0)*t60+t55*t57+t63;
- coeff_I_p3 = RATIONAL(1.0,30.0)*x+RATIONAL(1.0,120.0)*t57+t50;
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c
deleted file mode 100644
index 8fb00d3..0000000
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c
+++ /dev/null
@@ -1,21 +0,0 @@
-fp t71,
- t72,
- t76,
- t75,
- t70,
- t67;
- t71 = x*x;
- t72 = x*t71;
- t76 = RATIONAL(-1.0,12.0)*x+RATIONAL(1.0,6.0)*t72;
- t75 = RATIONAL(-2.0,3.0)*t72+RATIONAL(4.0,3.0)*x;
- t70 = t71*t71;
- t67 = RATIONAL(-1.0,8.0)*t71;
- coeff_dx_m2 = t67+RATIONAL(-1.0,24.0)*t70+RATIONAL(1.0,20.0)+t76;
- coeff_dx_m1 = RATIONAL(-1.0,2.0)+t67+RATIONAL(5.0,24.0)*t70+t75;
- coeff_dx_0 = RATIONAL(5.0,4.0)*t71+t72+RATIONAL(-5.0,12.0)*t70+RATIONAL(
--5.0,2.0)*x+RATIONAL(-1.0,3.0);
- coeff_dx_p1 = RATIONAL(5.0,12.0)*t70+RATIONAL(-7.0,4.0)*t71+RATIONAL(1.0,
-1.0)+t75;
- coeff_dx_p2 = RATIONAL(-1.0,4.0)+RATIONAL(7.0,8.0)*t71+RATIONAL(-5.0,24.0
-)*t70+t76;
- coeff_dx_p3 = RATIONAL(1.0,24.0)*t70+RATIONAL(1.0,30.0)+t67;
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-dxx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-dxx.compute.c
deleted file mode 100644
index 4c7a405..0000000
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeff-dxx.compute.c
+++ /dev/null
@@ -1,17 +0,0 @@
-fp t82,
- t86,
- t85,
- t83,
- t79;
- 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 = t82*x;
- t79 = RATIONAL(-1.0,4.0)*x;
- coeff_dxx_m2 = t79+RATIONAL(-1.0,6.0)*t83+t86;
- coeff_dxx_m1 = t79+RATIONAL(5.0,6.0)*t83+t85;
- 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 = t79+RATIONAL(1.0,6.0)*t83;
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-I.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-I.compute.c
new file mode 100644
index 0000000..2fe57b6
--- /dev/null
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-I.compute.c
@@ -0,0 +1,28 @@
+fp t54;
+fp t55;
+fp t57;
+fp t58;
+fp t64;
+fp t63;
+fp t60;
+fp t59;
+fp t51;
+ t54 = RATIONAL(1.0,24.0);
+ t55 = RATIONAL(-1.0,24.0);
+ t57 = x*x;
+ t58 = t57*t57;
+ t64 = t54*t58+t55*t57;
+ t63 = RATIONAL(-1.0,6.0)*t58+RATIONAL(2.0,3.0)*t57;
+ t60 = x*t57;
+ t59 = t60*t57;
+ t51 = t55*t60;
+ coeffs_I->coeff_m2 = RATIONAL(1.0,20.0)*x+t51+RATIONAL(-1.0,120.0)*t59+
+t64;
+ coeffs_I->coeff_m1 = RATIONAL(-1.0,2.0)*x+t51+t54*t59+t63;
+ coeffs_I->coeff_0 = RATIONAL(1.0,1.0)+RATIONAL(-1.0,3.0)*x+RATIONAL(-5.0,
+4.0)*t57+RATIONAL(5.0,12.0)*t60+RATIONAL(1.0,4.0)*t58+RATIONAL(-1.0,12.0)*t59;
+ coeffs_I->coeff_p1 = x+RATIONAL(-7.0,12.0)*t60+RATIONAL(1.0,12.0)*t59+t63
+;
+ coeffs_I->coeff_p2 = RATIONAL(-1.0,4.0)*x+RATIONAL(7.0,24.0)*t60+t55*t59+
+t64;
+ coeffs_I->coeff_p3 = RATIONAL(1.0,30.0)*x+RATIONAL(1.0,120.0)*t59+t51;
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-dx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-dx.compute.c
new file mode 100644
index 0000000..0fc33a0
--- /dev/null
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-dx.compute.c
@@ -0,0 +1,21 @@
+fp t71;
+fp t70;
+fp t76;
+fp t75;
+fp t72;
+fp t67;
+ t71 = x*x;
+ t70 = t71*x;
+ t76 = RATIONAL(-2.0,3.0)*t70+RATIONAL(4.0,3.0)*x;
+ t75 = RATIONAL(-1.0,12.0)*x+RATIONAL(1.0,6.0)*t70;
+ t72 = t71*t71;
+ t67 = RATIONAL(-1.0,8.0)*t71;
+ coeffs_dx->coeff_m2 = RATIONAL(-1.0,24.0)*t72+RATIONAL(1.0,20.0)+t67+t75;
+ coeffs_dx->coeff_m1 = t67+RATIONAL(-1.0,2.0)+RATIONAL(5.0,24.0)*t72+t76;
+ coeffs_dx->coeff_0 = RATIONAL(-5.0,2.0)*x+t70+RATIONAL(-5.0,12.0)*t72+
+RATIONAL(-1.0,3.0)+RATIONAL(5.0,4.0)*t71;
+ coeffs_dx->coeff_p1 = RATIONAL(5.0,12.0)*t72+RATIONAL(-7.0,4.0)*t71+
+RATIONAL(1.0,1.0)+t76;
+ coeffs_dx->coeff_p2 = RATIONAL(7.0,8.0)*t71+RATIONAL(-1.0,4.0)+RATIONAL(
+-5.0,24.0)*t72+t75;
+ coeffs_dx->coeff_p3 = RATIONAL(1.0,24.0)*t72+t67+RATIONAL(1.0,30.0);
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-dxx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-dxx.compute.c
new file mode 100644
index 0000000..2382d07
--- /dev/null
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange/1d.coeffs/1d.cube.order5.smooth0/coeffs-dxx.compute.c
@@ -0,0 +1,17 @@
+fp t83;
+fp t86;
+fp t85;
+fp t82;
+fp t78;
+ t83 = x*x;
+ t86 = RATIONAL(1.0,2.0)*t83+RATIONAL(-1.0,12.0);
+ t85 = RATIONAL(-2.0,1.0)*t83+RATIONAL(4.0,3.0);
+ t82 = x*t83;
+ t78 = RATIONAL(-1.0,4.0)*x;
+ coeffs_dxx->coeff_m2 = RATIONAL(-1.0,6.0)*t82+t78+t86;
+ coeffs_dxx->coeff_m1 = RATIONAL(5.0,6.0)*t82+t78+t85;
+ coeffs_dxx->coeff_0 = RATIONAL(-5.0,3.0)*t82+RATIONAL(5.0,2.0)*x+RATIONAL
+(3.0,1.0)*t83+RATIONAL(-5.0,2.0);
+ coeffs_dxx->coeff_p1 = RATIONAL(5.0,3.0)*t82+RATIONAL(-7.0,2.0)*x+t85;
+ coeffs_dxx->coeff_p2 = RATIONAL(-5.0,6.0)*t82+RATIONAL(7.0,4.0)*x+t86;
+ coeffs_dxx->coeff_p3 = t78+RATIONAL(1.0,6.0)*t82;