aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dx.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dx.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dx.compute.c67
1 files changed, 0 insertions, 67 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dx.compute.c
deleted file mode 100644
index 758757f..0000000
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/3d.coeffs/3d.cube.order2.smooth0/coeff-dx.compute.c
+++ /dev/null
@@ -1,67 +0,0 @@
-fp t85,
- t90,
- t100,
- t88,
- t99,
- t89,
- t81,
- t98,
- t84,
- t97,
- t87,
- t83,
- t96,
- t82,
- t95,
- t94,
- t93,
- t92,
- t91,
- t86;
- t85 = RATIONAL(1.0,9.0)*x;
- t90 = RATIONAL(-1.0,18.0);
- t100 = t85+t90;
- t88 = RATIONAL(1.0,18.0);
- t99 = t85+t88;
- t89 = RATIONAL(1.0,12.0);
- t81 = t89*y;
- t98 = t81+t85;
- t84 = t89*z;
- t97 = t84+t85;
- t87 = RATIONAL(-1.0,12.0);
- t83 = t87*y;
- t96 = t83+t100;
- t82 = t87*z;
- t95 = t82+t100;
- t94 = t83+t99;
- t93 = t88+t98;
- t92 = t88+t97;
- t91 = t81+t97;
- t86 = RATIONAL(-2.0,9.0)*x;
- coeff_dx_m1_m1_m1 = t90+t91;
- coeff_dx_0_m1_m1 = t86;
- coeff_dx_p1_m1_m1 = t82+t94;
- coeff_dx_m1_0_m1 = t90+t97;
- coeff_dx_0_0_m1 = t86;
- coeff_dx_p1_0_m1 = t82+t99;
- coeff_dx_m1_p1_m1 = t84+t96;
- coeff_dx_0_p1_m1 = t86;
- coeff_dx_p1_p1_m1 = t82+t93;
- coeff_dx_m1_m1_0 = t90+t98;
- coeff_dx_0_m1_0 = t86;
- coeff_dx_p1_m1_0 = t94;
- coeff_dx_m1_0_0 = t100;
- coeff_dx_0_0_0 = t86;
- coeff_dx_p1_0_0 = t99;
- coeff_dx_m1_p1_0 = t96;
- coeff_dx_0_p1_0 = t86;
- coeff_dx_p1_p1_0 = t93;
- coeff_dx_m1_m1_p1 = t81+t95;
- coeff_dx_0_m1_p1 = t86;
- coeff_dx_p1_m1_p1 = t83+t92;
- coeff_dx_m1_0_p1 = t95;
- coeff_dx_0_0_p1 = t86;
- coeff_dx_p1_0_p1 = t92;
- coeff_dx_m1_p1_p1 = t83+t95;
- coeff_dx_0_p1_p1 = t86;
- coeff_dx_p1_p1_p1 = t88+t91;