aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/3d.coeffs/3d.cube.order1.smooth0/coeff-I.compute.c
blob: 10c924bd7340fc0625220c356a38a9a411ee2ec0 (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
fp t7,
   t2,
   t8,
   t4,
   t13,
   t3,
   t12,
   t6,
   t11,
   t5,
   t10,
   t9,
   t1;
      t7 = RATIONAL(1.0,4.0);
      t2 = t7*x;
      t8 = RATIONAL(-1.0,4.0);
      t4 = t8*z;
      t13 = t2+t4;
      t3 = t7*z;
      t12 = t2+t3;
      t6 = t8*x;
      t11 = t6+t3;
      t5 = t8*y;
      t10 = t5+t7;
      t9 = t4+t6;
      t1 = t7*y;
      coeff_I_0_0_0 = RATIONAL(1.0,2.0)+t5+t9;
      coeff_I_p1_0_0 = t10+t13;
      coeff_I_0_p1_0 = t7+t1+t9;
      coeff_I_p1_p1_0 = t1+t13;
      coeff_I_0_0_p1 = t10+t11;
      coeff_I_p1_0_p1 = t5+t12;
      coeff_I_0_p1_p1 = t1+t11;
      coeff_I_p1_p1_p1 = t1+t8+t12;