aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c')
-rw-r--r--src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c b/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c
new file mode 100644
index 0000000..ccabcbd
--- /dev/null
+++ b/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c
@@ -0,0 +1,12 @@
+fp t17;
+fp t16;
+ t17 = RATIONAL(1.0,4.0);
+ t16 = RATIONAL(-1.0,4.0);
+ coeffs_dy->coeff_0_0_0 = t16;
+ coeffs_dy->coeff_p1_0_0 = t16;
+ coeffs_dy->coeff_0_p1_0 = t17;
+ coeffs_dy->coeff_p1_p1_0 = t17;
+ coeffs_dy->coeff_0_0_p1 = t16;
+ coeffs_dy->coeff_p1_0_p1 = t16;
+ coeffs_dy->coeff_0_p1_p1 = t17;
+ coeffs_dy->coeff_p1_p1_p1 = t17;