aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Hermite/1d.coeffs/1d.cube.order4/coeff-dx.compute.c
blob: 2eac53459a2a615ec1e110854ba6238517338c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
fp t30,
   t29,
   t28,
   t27;
      t30 = x*x;
      t29 = x*t30;
      t28 = t30*t30;
      t27 = RATIONAL(-1.0,8.0)*t30;
      coeff_dx_m2 = RATIONAL(1.0,2.0)*t29+RATIONAL(-5.0,24.0)*t28+t27+RATIONAL(
1.0,12.0)+RATIONAL(-1.0,4.0)*x;
      coeff_dx_m1 = RATIONAL(-7.0,3.0)*t29+RATIONAL(13.0,6.0)*x+RATIONAL(25.0,
24.0)*t28+t27+RATIONAL(-2.0,3.0);
      coeff_dx_0 = RATIONAL(-25.0,6.0)*x+RATIONAL(5.0,4.0)*t30+RATIONAL(13.0,
3.0)*t29+RATIONAL(-25.0,12.0)*t28;
      coeff_dx_p1 = RATIONAL(-7.0,4.0)*t30+RATIONAL(3.0,1.0)*x+RATIONAL(-4.0,
1.0)*t29+RATIONAL(2.0,3.0)+RATIONAL(25.0,12.0)*t28;
      coeff_dx_p2 = RATIONAL(-1.0,12.0)+RATIONAL(11.0,6.0)*t29+RATIONAL(-25.0,
24.0)*t28+RATIONAL(-11.0,12.0)*x+RATIONAL(7.0,8.0)*t30;
      coeff_dx_p3 = RATIONAL(-1.0,3.0)*t29+RATIONAL(1.0,6.0)*x+RATIONAL(5.0,
24.0)*t28+t27;