aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/2d.coeffs/2d.cube.order3.smooth0/coeffs-dxy.compute.c
blob: e9208a2259afd0c983aba16578433773a822e4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
fp t274;
fp t273;
fp t272;
fp t271;
fp t270;
fp t269;
fp t268;
fp t267;
fp t266;
fp t265;
fp t264;
fp t263;
fp t262;
fp t261;
fp t260;
fp t259;
fp t258;
fp t257;
      t274 = RATIONAL(-3.0,20.0);
      t273 = RATIONAL(3.0,20.0);
      t272 = RATIONAL(2.0,25.0);
      t271 = RATIONAL(-1.0,20.0);
      t270 = RATIONAL(1.0,20.0);
      t269 = RATIONAL(-1.0,50.0);
      t268 = RATIONAL(-1.0,100.0);
      t267 = RATIONAL(7.0,100.0);
      t266 = RATIONAL(-9.0,100.0);
      t265 = RATIONAL(-13.0,100.0);
      t264 = t274*x;
      t263 = t273*x;
      t262 = t271*x;
      t261 = t274*y;
      t260 = t270*x;
      t259 = t273*y;
      t258 = t271*y;
      t257 = t270*y;
      coeffs_dxy->coeff_m1_m1 = t264+RATIONAL(6.0,25.0)+t261;
      coeffs_dxy->coeff_0_m1 = t263+t269+t258;
      coeffs_dxy->coeff_p1_m1 = t257+t265+t263;
      coeffs_dxy->coeff_p2_m1 = t259+t264+t266;
      coeffs_dxy->coeff_m1_0 = t259+t262+t269;
      coeffs_dxy->coeff_0_0 = t260+RATIONAL(-1.0,25.0)+t257;
      coeffs_dxy->coeff_p1_0 = t258+t268+t260;
      coeffs_dxy->coeff_p2_0 = t261+t262+t267;
      coeffs_dxy->coeff_m1_p1 = t259+t265+t260;
      coeffs_dxy->coeff_0_p1 = t262+t257+t268;
      coeffs_dxy->coeff_p1_p1 = t262+RATIONAL(3.0,50.0)+t258;
      coeffs_dxy->coeff_p2_p1 = t261+t260+t272;
      coeffs_dxy->coeff_m1_p2 = t266+t261+t263;
      coeffs_dxy->coeff_0_p2 = t267+t258+t264;
      coeffs_dxy->coeff_p1_p2 = t264+t257+t272;
      coeffs_dxy->coeff_p2_p2 = t263+t259+RATIONAL(-3.0,50.0);