aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange-tensor-product/2d.coeffs/2d.cube.order1.smooth0/coeffs-I.compute.c
blob: 1680b1f57d000955507582a7ab5fbe0a507a65ea (plain)
1
2
3
4
5
6
7
8
fp t1;
fp t2;
      t1 = x*y;
      t2 = y-t1;
      coeffs_I->coeff_0_0 = RATIONAL(1.0,1.0)-x-t2;
      coeffs_I->coeff_p1_0 = x-t1;
      coeffs_I->coeff_0_p1 = t2;
      coeffs_I->coeff_p1_p1 = t1;