aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c')
-rw-r--r--src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c b/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c
index 4830830..41cf736 100644
--- a/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c
+++ b/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c
@@ -1,16 +1,16 @@
fp t15;
-fp t14;
-fp t16;
fp t13;
+fp t16;
+fp t14;
t15 = x*z;
- t14 = -t15+x;
- t16 = z+t14;
- t13 = -t15+z;
+ t13 = t15-z;
+ t16 = x-t13;
+ t14 = t15-x;
coeffs_dy->coeff_0_0_0 = RATIONAL(-1.0,1.0)+t16;
- coeffs_dy->coeff_p1_0_0 = -t14;
+ coeffs_dy->coeff_p1_0_0 = t14;
coeffs_dy->coeff_0_p1_0 = RATIONAL(1.0,1.0)-t16;
- coeffs_dy->coeff_p1_p1_0 = t14;
- coeffs_dy->coeff_0_0_p1 = -t13;
+ coeffs_dy->coeff_p1_p1_0 = -t14;
+ coeffs_dy->coeff_0_0_p1 = t13;
coeffs_dy->coeff_p1_0_p1 = -t15;
- coeffs_dy->coeff_0_p1_p1 = t13;
+ coeffs_dy->coeff_0_p1_p1 = -t13;
coeffs_dy->coeff_p1_p1_p1 = t15;