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