aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxy.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxy.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxy.compute.c52
1 files changed, 52 insertions, 0 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxy.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxy.compute.c
new file mode 100644
index 0000000..b48e5bc
--- /dev/null
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxy.compute.c
@@ -0,0 +1,52 @@
+fp t276,
+ t275,
+ t274,
+ t273,
+ t272,
+ t271,
+ t270,
+ t269,
+ t268,
+ t267,
+ t266,
+ t265,
+ t264,
+ t263,
+ t262,
+ t261,
+ t260,
+ t259;
+ t276 = RATIONAL(-1.0,50.0);
+ t275 = RATIONAL(-3.0,20.0);
+ t274 = RATIONAL(3.0,20.0);
+ t273 = RATIONAL(2.0,25.0);
+ t272 = RATIONAL(-1.0,20.0);
+ t271 = RATIONAL(1.0,20.0);
+ t270 = RATIONAL(-9.0,100.0);
+ t269 = RATIONAL(7.0,100.0);
+ t268 = RATIONAL(-1.0,100.0);
+ t267 = RATIONAL(-13.0,100.0);
+ t266 = t275*y;
+ t265 = t274*y;
+ t264 = t275*x;
+ t263 = t274*x;
+ t262 = t271*x;
+ t261 = t272*x;
+ t260 = t272*y;
+ t259 = t271*y;
+ coeff_dxy_m1_m1 = t266+t264+RATIONAL(6.0,25.0);
+ coeff_dxy_0_m1 = t263+t260+t276;
+ coeff_dxy_p1_m1 = t263+t259+t267;
+ coeff_dxy_p2_m1 = t270+t264+t265;
+ coeff_dxy_m1_0 = t276+t261+t265;
+ coeff_dxy_0_0 = RATIONAL(-1.0,25.0)+t259+t262;
+ coeff_dxy_p1_0 = t268+t262+t260;
+ coeff_dxy_p2_0 = t261+t269+t266;
+ coeff_dxy_m1_p1 = t267+t262+t265;
+ coeff_dxy_0_p1 = t261+t268+t259;
+ coeff_dxy_p1_p1 = RATIONAL(3.0,50.0)+t261+t260;
+ coeff_dxy_p2_p1 = t266+t262+t273;
+ coeff_dxy_m1_p2 = t266+t263+t270;
+ coeff_dxy_0_p2 = t269+t264+t260;
+ coeff_dxy_p1_p2 = t264+t259+t273;
+ coeff_dxy_p2_p2 = t263+t265+RATIONAL(-3.0,50.0);