aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/2d.coeffs/2d.cube.order2.smooth0/coeffs-dy.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/2d.coeffs/2d.cube.order2.smooth0/coeffs-dy.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/2d.coeffs/2d.cube.order2.smooth0/coeffs-dy.compute.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/2d.coeffs/2d.cube.order2.smooth0/coeffs-dy.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/2d.coeffs/2d.cube.order2.smooth0/coeffs-dy.compute.c
new file mode 100644
index 0000000..f18c6ef
--- /dev/null
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange-maximum-degree/2d.coeffs/2d.cube.order2.smooth0/coeffs-dy.compute.c
@@ -0,0 +1,21 @@
+fp t46;
+fp t50;
+fp t49;
+fp t48;
+fp t47;
+fp 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);
+ t43 = RATIONAL(-2.0,3.0)*y;
+ coeffs_dy->coeff_m1_m1 = t47+t49;
+ coeffs_dy->coeff_0_m1 = t47+t46;
+ coeffs_dy->coeff_p1_m1 = t47+t50;
+ coeffs_dy->coeff_m1_0 = t43;
+ coeffs_dy->coeff_0_0 = t43;
+ coeffs_dy->coeff_p1_0 = t43;
+ coeffs_dy->coeff_m1_p1 = t48+t50;
+ coeffs_dy->coeff_0_p1 = t46+t48;
+ coeffs_dy->coeff_p1_p1 = t48+t49;