aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c21
1 files changed, 21 insertions, 0 deletions
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
new file mode 100644
index 0000000..7f435ef
--- /dev/null
+++ b/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order5.smooth0/coeff-dx.compute.c
@@ -0,0 +1,21 @@
+fp t70,
+ t71,
+ t76,
+ t75,
+ t72,
+ t69;
+ t70 = x*x;
+ t71 = t70*x;
+ t76 = RATIONAL(-2.0,3.0)*t71+RATIONAL(4.0,3.0)*x;
+ t75 = RATIONAL(-1.0,12.0)*x+RATIONAL(1.0,6.0)*t71;
+ t72 = t70*t70;
+ t69 = RATIONAL(-1.0,8.0)*t70;
+ coeff_dx_m2 = t69+RATIONAL(1.0,20.0)+RATIONAL(-1.0,24.0)*t72+t75;
+ coeff_dx_m1 = RATIONAL(5.0,24.0)*t72+RATIONAL(-1.0,2.0)+t69+t76;
+ coeff_dx_0 = RATIONAL(5.0,4.0)*t70+RATIONAL(-5.0,12.0)*t72+t71+RATIONAL(
+-1.0,3.0)+RATIONAL(-5.0,2.0)*x;
+ coeff_dx_p1 = RATIONAL(5.0,12.0)*t72+RATIONAL(-7.0,4.0)*t70+RATIONAL(1.0,
+1.0)+t76;
+ coeff_dx_p2 = RATIONAL(-1.0,4.0)+RATIONAL(-5.0,24.0)*t72+RATIONAL(7.0,8.0
+)*t70+t75;
+ coeff_dx_p3 = RATIONAL(1.0,24.0)*t72+RATIONAL(1.0,30.0)+t69;