aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0
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-maximum-degree/3d.coeffs/3d.cube.order1.smooth0
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-maximum-degree/3d.coeffs/3d.cube.order1.smooth0')
-rw-r--r--src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-I.compute.c34
-rw-r--r--src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dx.compute.c12
-rw-r--r--src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dy.compute.c12
-rw-r--r--src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c12
4 files changed, 70 insertions, 0 deletions
diff --git a/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-I.compute.c b/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-I.compute.c
new file mode 100644
index 0000000..f4187d3
--- /dev/null
+++ b/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-I.compute.c
@@ -0,0 +1,34 @@
+fp t8;
+fp t2;
+fp t7;
+fp t4;
+fp t13;
+fp t1;
+fp t6;
+fp t12;
+fp t11;
+fp t10;
+fp t5;
+fp t9;
+fp t3;
+ t8 = RATIONAL(1.0,4.0);
+ t2 = t8*y;
+ t7 = RATIONAL(-1.0,4.0);
+ t4 = t7*z;
+ t13 = t2+t4;
+ t1 = t8*z;
+ t6 = t7*y;
+ t12 = t1+t6;
+ t11 = t1+t2;
+ t10 = t4+t6;
+ t5 = t7*x;
+ t9 = t5+t8;
+ t3 = t8*x;
+ coeffs_I->coeff_0_0_0 = t5+RATIONAL(1.0,2.0)+t10;
+ coeffs_I->coeff_p1_0_0 = t8+t3+t10;
+ coeffs_I->coeff_0_p1_0 = t9+t13;
+ coeffs_I->coeff_p1_p1_0 = t3+t13;
+ coeffs_I->coeff_0_0_p1 = t9+t12;
+ coeffs_I->coeff_p1_0_p1 = t3+t12;
+ coeffs_I->coeff_0_p1_p1 = t5+t11;
+ coeffs_I->coeff_p1_p1_p1 = t3+t7+t11;
diff --git a/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dx.compute.c b/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dx.compute.c
new file mode 100644
index 0000000..0f61ed0
--- /dev/null
+++ b/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dx.compute.c
@@ -0,0 +1,12 @@
+fp t15;
+fp t14;
+ t15 = RATIONAL(1.0,4.0);
+ t14 = RATIONAL(-1.0,4.0);
+ coeffs_dx->coeff_0_0_0 = t14;
+ coeffs_dx->coeff_p1_0_0 = t15;
+ coeffs_dx->coeff_0_p1_0 = t14;
+ coeffs_dx->coeff_p1_p1_0 = t15;
+ coeffs_dx->coeff_0_0_p1 = t14;
+ coeffs_dx->coeff_p1_0_p1 = t15;
+ coeffs_dx->coeff_0_p1_p1 = t14;
+ coeffs_dx->coeff_p1_p1_p1 = t15;
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;
diff --git a/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c b/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c
new file mode 100644
index 0000000..9f25875
--- /dev/null
+++ b/src/Lagrange-maximum-degree/3d.coeffs/3d.cube.order1.smooth0/coeffs-dz.compute.c
@@ -0,0 +1,12 @@
+fp t19;
+fp t18;
+ t19 = RATIONAL(1.0,4.0);
+ t18 = RATIONAL(-1.0,4.0);
+ coeffs_dz->coeff_0_0_0 = t18;
+ coeffs_dz->coeff_p1_0_0 = t18;
+ coeffs_dz->coeff_0_p1_0 = t18;
+ coeffs_dz->coeff_p1_p1_0 = t18;
+ coeffs_dz->coeff_0_0_p1 = t19;
+ coeffs_dz->coeff_p1_0_p1 = t19;
+ coeffs_dz->coeff_0_p1_p1 = t19;
+ coeffs_dz->coeff_p1_p1_p1 = t19;