aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxy.compute.c
blob: 20e2106ff467be07b36e4860be9b5a87b6636fa1 (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 t276,
   t275,
   t274,
   t273,
   t272,
   t271,
   t270,
   t269,
   t268,
   t267,
   t266,
   t265,
   t264,
   t263,
   t262,
   t261,
   t260,
   t259;
      t276 = RATIONAL(-1.0,50.0);
      t275 = RATIONAL(2.0,25.0);
      t274 = RATIONAL(-3.0,20.0);
      t273 = RATIONAL(3.0,20.0);
      t272 = RATIONAL(-1.0,20.0);
      t271 = RATIONAL(1.0,20.0);
      t270 = RATIONAL(-9.0,100.0);
      t269 = RATIONAL(-1.0,100.0);
      t268 = RATIONAL(7.0,100.0);
      t267 = RATIONAL(-13.0,100.0);
      t266 = t272*y;
      t265 = t271*y;
      t264 = t273*x;
      t263 = t274*x;
      t262 = t271*x;
      t261 = t272*x;
      t260 = t274*y;
      t259 = t273*y;
      coeff_dxy_m1_m1 = t260+RATIONAL(6.0,25.0)+t263;
      coeff_dxy_0_m1 = t276+t264+t266;
      coeff_dxy_p1_m1 = t264+t267+t265;
      coeff_dxy_p2_m1 = t263+t270+t259;
      coeff_dxy_m1_0 = t276+t259+t261;
      coeff_dxy_0_0 = t262+RATIONAL(-1.0,25.0)+t265;
      coeff_dxy_p1_0 = t269+t262+t266;
      coeff_dxy_p2_0 = t260+t268+t261;
      coeff_dxy_m1_p1 = t262+t267+t259;
      coeff_dxy_0_p1 = t269+t265+t261;
      coeff_dxy_p1_p1 = RATIONAL(3.0,50.0)+t266+t261;
      coeff_dxy_p2_p1 = t260+t275+t262;
      coeff_dxy_m1_p2 = t264+t260+t270;
      coeff_dxy_0_p2 = t268+t263+t266;
      coeff_dxy_p1_p2 = t263+t275+t265;
      coeff_dxy_p2_p2 = t259+RATIONAL(-3.0,50.0)+t264;