aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/1d.coeffs/1d.cube.order3.smooth0/coeff-dxx.compute.c
blob: 24ecaca23802884fbd0de008b5ba25d995fc91a8 (plain)
1
2
3
4
5
6
fp t14;
      t14 = RATIONAL(1.0,1.0);
      coeff_dxx_m1 = t14-x;
      coeff_dxx_0 = RATIONAL(-2.0,1.0)+RATIONAL(3.0,1.0)*x;
      coeff_dxx_p1 = t14+RATIONAL(-3.0,1.0)*x;
      coeff_dxx_p2 = x;