aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dx.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dx.compute.c')
-rw-r--r--src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dx.compute.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dx.compute.c b/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dx.compute.c
index 6ecb7d1..12f3a4f 100644
--- a/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dx.compute.c
+++ b/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dx.compute.c
@@ -3,14 +3,14 @@ fp t9;
fp t12;
fp t10;
t11 = y*z;
- t9 = -t11+z;
- t12 = y+t9;
- t10 = -t11+y;
- coeffs_dx->coeff_0_0_0 = RATIONAL(-1.0,1.0)+t12;
- coeffs_dx->coeff_p1_0_0 = RATIONAL(1.0,1.0)-t12;
- coeffs_dx->coeff_0_p1_0 = -t10;
- coeffs_dx->coeff_p1_p1_0 = t10;
- coeffs_dx->coeff_0_0_p1 = -t9;
- coeffs_dx->coeff_p1_0_p1 = t9;
+ t9 = t11-z;
+ t12 = -y+t9;
+ t10 = t11-y;
+ coeffs_dx->coeff_0_0_0 = RATIONAL(-1.0,1.0)-t12;
+ coeffs_dx->coeff_p1_0_0 = RATIONAL(1.0,1.0)+t12;
+ coeffs_dx->coeff_0_p1_0 = t10;
+ coeffs_dx->coeff_p1_p1_0 = -t10;
+ coeffs_dx->coeff_0_0_p1 = t9;
+ coeffs_dx->coeff_p1_0_p1 = -t9;
coeffs_dx->coeff_0_p1_p1 = -t11;
coeffs_dx->coeff_p1_p1_p1 = t11;