aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange-tensor-product/1d.coeffs/1d.cube.order2.smooth0/coeffs-dx.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange-tensor-product/1d.coeffs/1d.cube.order2.smooth0/coeffs-dx.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange-tensor-product/1d.coeffs/1d.cube.order2.smooth0/coeffs-dx.compute.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange-tensor-product/1d.coeffs/1d.cube.order2.smooth0/coeffs-dx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange-tensor-product/1d.coeffs/1d.cube.order2.smooth0/coeffs-dx.compute.c
new file mode 100644
index 0000000..5647f75
--- /dev/null
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange-tensor-product/1d.coeffs/1d.cube.order2.smooth0/coeffs-dx.compute.c
@@ -0,0 +1,3 @@
+ coeffs_dx->coeff_m1 = x+RATIONAL(-1.0,2.0);
+ coeffs_dx->coeff_0 = RATIONAL(-2.0,1.0)*x;
+ coeffs_dx->coeff_p1 = RATIONAL(1.0,2.0)+x;