aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-I.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-I.compute.c')
-rw-r--r--src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-I.compute.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-I.compute.c b/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-I.compute.c
index c6a4b9c..a3240fa 100644
--- a/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-I.compute.c
+++ b/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-I.compute.c
@@ -1,22 +1,22 @@
fp t2;
fp t8;
fp t1;
-fp t3;
fp t7;
fp t6;
+fp t4;
fp t5;
- t2 = x*y;
- t8 = -y+t2;
- t1 = z*t2;
- t3 = x*z;
- t7 = t1-t3;
- t6 = t1-y*z;
- t5 = -t3+z+t6;
- coeffs_I->coeff_0_0_0 = RATIONAL(1.0,1.0)-x-t5+t8;
- coeffs_I->coeff_p1_0_0 = x-t2+t7;
- coeffs_I->coeff_0_p1_0 = t6-t8;
- coeffs_I->coeff_p1_p1_0 = -t1+t2;
- coeffs_I->coeff_0_0_p1 = t5;
- coeffs_I->coeff_p1_0_p1 = -t7;
- coeffs_I->coeff_0_p1_p1 = -t6;
+ t2 = y*z;
+ t8 = z-t2;
+ t1 = x*t2;
+ t7 = t2-t1;
+ t6 = x*z-t1;
+ t4 = x*y;
+ t5 = x-t4-t6;
+ coeffs_I->coeff_0_0_0 = RATIONAL(1.0,1.0)-y-t5-t8;
+ coeffs_I->coeff_p1_0_0 = t5;
+ coeffs_I->coeff_0_p1_0 = y-t4-t7;
+ coeffs_I->coeff_p1_p1_0 = -t1+t4;
+ coeffs_I->coeff_0_0_p1 = -t6+t8;
+ coeffs_I->coeff_p1_0_p1 = t6;
+ coeffs_I->coeff_0_p1_p1 = t7;
coeffs_I->coeff_p1_p1_p1 = t1;