aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dx.compute.c
blob: 758757fd2173a9f39e395cd75c9065696657de7b (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
fp t85,
   t90,
   t100,
   t88,
   t99,
   t89,
   t81,
   t98,
   t84,
   t97,
   t87,
   t83,
   t96,
   t82,
   t95,
   t94,
   t93,
   t92,
   t91,
   t86;
      t85 = RATIONAL(1.0,9.0)*x;
      t90 = RATIONAL(-1.0,18.0);
      t100 = t85+t90;
      t88 = RATIONAL(1.0,18.0);
      t99 = t85+t88;
      t89 = RATIONAL(1.0,12.0);
      t81 = t89*y;
      t98 = t81+t85;
      t84 = t89*z;
      t97 = t84+t85;
      t87 = RATIONAL(-1.0,12.0);
      t83 = t87*y;
      t96 = t83+t100;
      t82 = t87*z;
      t95 = t82+t100;
      t94 = t83+t99;
      t93 = t88+t98;
      t92 = t88+t97;
      t91 = t81+t97;
      t86 = RATIONAL(-2.0,9.0)*x;
      coeff_dx_m1_m1_m1 = t90+t91;
      coeff_dx_0_m1_m1 = t86;
      coeff_dx_p1_m1_m1 = t82+t94;
      coeff_dx_m1_0_m1 = t90+t97;
      coeff_dx_0_0_m1 = t86;
      coeff_dx_p1_0_m1 = t82+t99;
      coeff_dx_m1_p1_m1 = t84+t96;
      coeff_dx_0_p1_m1 = t86;
      coeff_dx_p1_p1_m1 = t82+t93;
      coeff_dx_m1_m1_0 = t90+t98;
      coeff_dx_0_m1_0 = t86;
      coeff_dx_p1_m1_0 = t94;
      coeff_dx_m1_0_0 = t100;
      coeff_dx_0_0_0 = t86;
      coeff_dx_p1_0_0 = t99;
      coeff_dx_m1_p1_0 = t96;
      coeff_dx_0_p1_0 = t86;
      coeff_dx_p1_p1_0 = t93;
      coeff_dx_m1_m1_p1 = t81+t95;
      coeff_dx_0_m1_p1 = t86;
      coeff_dx_p1_m1_p1 = t83+t92;
      coeff_dx_m1_0_p1 = t95;
      coeff_dx_0_0_p1 = t86;
      coeff_dx_p1_0_p1 = t92;
      coeff_dx_m1_p1_p1 = t83+t95;
      coeff_dx_0_p1_p1 = t86;
      coeff_dx_p1_p1_p1 = t88+t91;