aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c
new file mode 100644
index 0000000..395eceb
--- /dev/null
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order3.smooth0/coeff-dxx.compute.c
@@ -0,0 +1,40 @@
+fp t243,
+ t258,
+ t245,
+ t257,
+ t246,
+ t256,
+ t244,
+ t255,
+ t250,
+ t249,
+ t248,
+ t247;
+ t243 = RATIONAL(1.0,20.0)*y;
+ t258 = t243+RATIONAL(9.0,40.0);
+ t245 = RATIONAL(3.0,20.0)*y;
+ t257 = t245+RATIONAL(7.0,40.0);
+ t246 = RATIONAL(-3.0,20.0)*y;
+ t256 = t246+RATIONAL(13.0,40.0);
+ t244 = RATIONAL(-1.0,20.0)*y;
+ t255 = t244+RATIONAL(11.0,40.0);
+ t250 = RATIONAL(-1.0,4.0)*x;
+ t249 = RATIONAL(3.0,4.0)*x;
+ t248 = RATIONAL(-3.0,4.0)*x;
+ t247 = RATIONAL(1.0,4.0)*x;
+ coeff_dxx_m1_m1 = t250+t256;
+ coeff_dxx_0_m1 = RATIONAL(-23.0,40.0)+t245+t249;
+ coeff_dxx_p1_m1 = t248+t257;
+ coeff_dxx_p2_m1 = t246+t247+RATIONAL(3.0,40.0);
+ coeff_dxx_m1_0 = t250+t255;
+ coeff_dxx_0_0 = t243+RATIONAL(-21.0,40.0)+t249;
+ coeff_dxx_p1_0 = t248+t258;
+ coeff_dxx_p2_0 = RATIONAL(1.0,40.0)+t244+t247;
+ coeff_dxx_m1_p1 = t250+t258;
+ coeff_dxx_0_p1 = t244+RATIONAL(-19.0,40.0)+t249;
+ coeff_dxx_p1_p1 = t248+t255;
+ coeff_dxx_p2_p1 = t243+t247+RATIONAL(-1.0,40.0);
+ coeff_dxx_m1_p2 = t250+t257;
+ coeff_dxx_0_p2 = RATIONAL(-17.0,40.0)+t246+t249;
+ coeff_dxx_p1_p2 = t248+t256;
+ coeff_dxx_p2_p2 = RATIONAL(-3.0,40.0)+t247+t245;