aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c
blob: 6dc28437052f8e0656414621fd824660895090e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
fp t19;
fp t17;
fp t20;
fp t18;
      t19 = y*x;
      t17 = -t19+y;
      t20 = x+t17;
      t18 = x-t19;
      coeffs_dz->coeff_0_0_0 = RATIONAL(-1.0,1.0)+t20;
      coeffs_dz->coeff_p1_0_0 = -t18;
      coeffs_dz->coeff_0_p1_0 = -t17;
      coeffs_dz->coeff_p1_p1_0 = -t19;
      coeffs_dz->coeff_0_0_p1 = RATIONAL(1.0,1.0)-t20;
      coeffs_dz->coeff_p1_0_p1 = t18;
      coeffs_dz->coeff_0_p1_p1 = t17;
      coeffs_dz->coeff_p1_p1_p1 = t19;