aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/2d.coeffs/2d.cube.order2.smooth0/coeffs-dxy.compute.c
blob: f88676485f0248b4b86c58e98d145d9fcc0803ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
fp t55;
fp t54;
fp t53;
      t55 = RATIONAL(0.0,1.0);
      t54 = RATIONAL(1.0,4.0);
      t53 = RATIONAL(-1.0,4.0);
      coeffs_dxy->coeff_m1_m1 = t54;
      coeffs_dxy->coeff_0_m1 = t55;
      coeffs_dxy->coeff_p1_m1 = t53;
      coeffs_dxy->coeff_m1_0 = t55;
      coeffs_dxy->coeff_0_0 = t55;
      coeffs_dxy->coeff_p1_0 = t55;
      coeffs_dxy->coeff_m1_p1 = t53;
      coeffs_dxy->coeff_0_p1 = t55;
      coeffs_dxy->coeff_p1_p1 = t54;