aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.coeffs/1d.cube.order5.smooth0/coeffs-dxx.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.coeffs/1d.cube.order5.smooth0/coeffs-dxx.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.coeffs/1d.cube.order5.smooth0/coeffs-dxx.compute.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.coeffs/1d.cube.order5.smooth0/coeffs-dxx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/1d.coeffs/1d.cube.order5.smooth0/coeffs-dxx.compute.c
new file mode 100644
index 0000000..2382d07
--- /dev/null
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/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;