aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-06 11:16:19 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-06 11:16:19 +0000
commita07489dec7a4e1153624e158a2c5f2837b9247de (patch)
tree83be503e3cdaf39c578202c0fcdcf71337845e42 /src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c
parent892b8a2d121db4c1e436177cb19baa06eb8d0e4a (diff)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@3 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
Diffstat (limited to 'src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c')
-rw-r--r--src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c b/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c
new file mode 100644
index 0000000..4830830
--- /dev/null
+++ b/src/Lagrange-tensor-product/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c
@@ -0,0 +1,16 @@
+fp t15;
+fp t14;
+fp t16;
+fp t13;
+ t15 = x*z;
+ t14 = -t15+x;
+ t16 = z+t14;
+ t13 = -t15+z;
+ coeffs_dy->coeff_0_0_0 = RATIONAL(-1.0,1.0)+t16;
+ coeffs_dy->coeff_p1_0_0 = -t14;
+ coeffs_dy->coeff_0_p1_0 = RATIONAL(1.0,1.0)-t16;
+ coeffs_dy->coeff_p1_p1_0 = t14;
+ coeffs_dy->coeff_0_0_p1 = -t13;
+ coeffs_dy->coeff_p1_0_p1 = -t15;
+ coeffs_dy->coeff_0_p1_p1 = t13;
+ coeffs_dy->coeff_p1_p1_p1 = t15;