aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Hermite/1d.coeffs/1d.cube.order3/coeff-dxx.compute.c
blob: 79fc88923cc9fb829c08567e13baa6cd38abcd17 (plain)
1
2
3
4
5
6
      coeff_dxx_m2 = RATIONAL(-1.0,3.0)+RATIONAL(1.0,2.0)*x;
      coeff_dxx_m1 = RATIONAL(-7.0,2.0)*x+RATIONAL(5.0,2.0);
      coeff_dxx_0 = RATIONAL(-14.0,3.0)+RATIONAL(8.0,1.0)*x;
      coeff_dxx_p1 = RATIONAL(10.0,3.0)+RATIONAL(-8.0,1.0)*x;
      coeff_dxx_p2 = RATIONAL(7.0,2.0)*x+RATIONAL(-1.0,1.0);
      coeff_dxx_p3 = RATIONAL(1.0,6.0)+RATIONAL(-1.0,2.0)*x;