aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c
index 4afa754..65e74bd 100644
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c
@@ -5,17 +5,17 @@ fp t46,
t47,
t43;
t46 = RATIONAL(1.0,3.0)*y;
- t50 = RATIONAL(-1.0,4.0)*x+t46;
- t49 = RATIONAL(1.0,4.0)*x+t46;
- t48 = RATIONAL(-1.0,6.0);
- t47 = RATIONAL(1.0,6.0);
+ t50 = RATIONAL(1.0,4.0)*x+t46;
+ t49 = RATIONAL(-1.0,4.0)*x+t46;
+ t48 = RATIONAL(1.0,6.0);
+ t47 = RATIONAL(-1.0,6.0);
t43 = RATIONAL(-2.0,3.0)*y;
- coeff_dy_m1_m1 = t48+t49;
- coeff_dy_0_m1 = t46+t48;
- coeff_dy_p1_m1 = t48+t50;
+ coeff_dy_m1_m1 = t47+t50;
+ coeff_dy_0_m1 = t47+t46;
+ coeff_dy_p1_m1 = t47+t49;
coeff_dy_m1_0 = t43;
coeff_dy_0_0 = t43;
coeff_dy_p1_0 = t43;
- coeff_dy_m1_p1 = t47+t50;
- coeff_dy_0_p1 = t47+t46;
- coeff_dy_p1_p1 = t47+t49;
+ coeff_dy_m1_p1 = t48+t49;
+ coeff_dy_0_p1 = t46+t48;
+ coeff_dy_p1_p1 = t48+t50;