aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c
blob: 65591f41beca0ab2210bbd184f95789a4cbe416e (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 = x*y;
      t17 = t19-y;
      t20 = x-t17;
      t18 = t19-x;
      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;