aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order6.smooth0/coeff-dxx.compute.c
blob: e63d0f28529abb9c315abe7f6fcfc4c175ef88af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
fp t143,
   t145,
   t150,
   t140,
   t149,
   t148,
   t144;
      t143 = x*x;
      t145 = t143*t143;
      t150 = RATIONAL(-13.0,4.0)*t143+RATIONAL(5.0,8.0)*t145+RATIONAL(3.0,2.0);
      t140 = RATIONAL(-1.0,12.0);
      t149 = t140*t143+RATIONAL(1.0,24.0)*t145+RATIONAL(1.0,90.0);
      t148 = RATIONAL(-3.0,20.0)+RATIONAL(-1.0,4.0)*t145+t143;
      t144 = t143*x;
      coeff_dxx_m3 = t140*t144+RATIONAL(1.0,8.0)*x+t149;
      coeff_dxx_m2 = RATIONAL(1.0,3.0)*t144-x+t148;
      coeff_dxx_m1 = RATIONAL(-5.0,12.0)*t144+RATIONAL(13.0,8.0)*x+t150;
      coeff_dxx_0 = RATIONAL(14.0,3.0)*t143+RATIONAL(-49.0,18.0)+RATIONAL(-5.0,
6.0)*t145;
      coeff_dxx_p1 = RATIONAL(5.0,12.0)*t144+RATIONAL(-13.0,8.0)*x+t150;
      coeff_dxx_p2 = x+RATIONAL(-1.0,3.0)*t144+t148;
      coeff_dxx_p3 = RATIONAL(1.0,12.0)*t144+RATIONAL(-1.0,8.0)*x+t149;