aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-tensor-product/2d.coeffs/2d.cube.order2.smooth0/coeffs-dxx.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lagrange-tensor-product/2d.coeffs/2d.cube.order2.smooth0/coeffs-dxx.compute.c')
-rw-r--r--src/Lagrange-tensor-product/2d.coeffs/2d.cube.order2.smooth0/coeffs-dxx.compute.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Lagrange-tensor-product/2d.coeffs/2d.cube.order2.smooth0/coeffs-dxx.compute.c b/src/Lagrange-tensor-product/2d.coeffs/2d.cube.order2.smooth0/coeffs-dxx.compute.c
index d67f268..0599d25 100644
--- a/src/Lagrange-tensor-product/2d.coeffs/2d.cube.order2.smooth0/coeffs-dxx.compute.c
+++ b/src/Lagrange-tensor-product/2d.coeffs/2d.cube.order2.smooth0/coeffs-dxx.compute.c
@@ -7,14 +7,14 @@ fp t57;
t62 = y*y;
t61 = RATIONAL(1.0,2.0);
t60 = t61*t62;
- t59 = -t62+RATIONAL(1.0,1.0);
+ t59 = RATIONAL(1.0,1.0)-t62;
t58 = RATIONAL(-1.0,2.0)*y+t60;
- t57 = t60+t61*y;
+ t57 = t61*y+t60;
coeffs_dxx->coeff_m1_m1 = t58;
coeffs_dxx->coeff_0_m1 = y-t62;
coeffs_dxx->coeff_p1_m1 = t58;
coeffs_dxx->coeff_m1_0 = t59;
- coeffs_dxx->coeff_0_0 = RATIONAL(2.0,1.0)*t62+RATIONAL(-2.0,1.0);
+ coeffs_dxx->coeff_0_0 = RATIONAL(-2.0,1.0)+RATIONAL(2.0,1.0)*t62;
coeffs_dxx->coeff_p1_0 = t59;
coeffs_dxx->coeff_m1_p1 = t57;
coeffs_dxx->coeff_0_p1 = -t62-y;