aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c')
-rw-r--r--src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c b/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c
index 6dc2843..65591f4 100644
--- a/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c
+++ b/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c
@@ -2,15 +2,15 @@ fp t19;
fp t17;
fp t20;
fp t18;
- t19 = y*x;
- t17 = -t19+y;
- t20 = x+t17;
- t18 = x-t19;
+ 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_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_0_p1 = -t18;
+ coeffs_dz->coeff_0_p1_p1 = -t17;
coeffs_dz->coeff_p1_p1_p1 = t19;