aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-08-20 16:31:28 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-08-20 16:31:28 +0000
commitd5b49cab5a99a22dd26bd55fcf65659aa7f7e020 (patch)
treee3df72179dc33241852470ee9f86b6d9e67b43e4 /src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0
parentd1aaafaad12880241613d3465da77245ab51bbff (diff)
add $Header:$ lines, switch a few $Id:$ --> $Header:$
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@92 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0')
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-I.compute.c76
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dx.compute.c30
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dxx.compute.c22
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c20
-rw-r--r--src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dyy.compute.c22
5 files changed, 87 insertions, 83 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-I.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-I.compute.c
index 34f402b..52b6d48 100644
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-I.compute.c
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-I.compute.c
@@ -1,49 +1,53 @@
-fp t25,
- t28,
- t20,
- t27,
+fp t27,
+ t26,
t18,
+ t28,
+ t21,
t34,
t33,
t23,
+ t15,
t22,
- t17,
t32,
- t15,
+ t17,
t31,
+ t14,
t30,
+ t25,
+ t20,
t29,
- t26,
- t21,
t19,
t16,
- t14;
- t25 = RATIONAL(1.0,6.0);
- t28 = y*y;
- t20 = t25*t28;
+ t13,
+ t12;
t27 = x*x;
- t18 = t25*t27;
- t34 = t20+RATIONAL(-1.0,9.0)+t18;
+ t26 = RATIONAL(1.0,6.0);
+ t18 = t26*t27;
+ t28 = y*y;
+ t21 = t26*t28;
+ t34 = t18+t21+RATIONAL(-1.0,9.0);
t33 = x*y;
- t23 = RATIONAL(2.0,9.0);
- t22 = RATIONAL(-1.0,3.0);
- t17 = t22*t27;
- t32 = t20+t23+t17;
- t15 = t22*t28;
- t31 = t15+t23+t18;
- t30 = RATIONAL(-1.0,4.0)*t33+t34;
- t29 = RATIONAL(1.0,4.0)*t33+t34;
- t26 = RATIONAL(-1.0,6.0);
- t21 = t26*y;
- t19 = t26*x;
- t16 = t25*x;
- t14 = t25*y;
- coeff_I_m1_m1 = t21+t19+t29;
- coeff_I_0_m1 = t21+t32;
- coeff_I_p1_m1 = t21+t16+t30;
- coeff_I_m1_0 = t19+t31;
- coeff_I_0_0 = t15+t17+RATIONAL(5.0,9.0);
- coeff_I_p1_0 = t16+t31;
- coeff_I_m1_p1 = t14+t19+t30;
- coeff_I_0_p1 = t14+t32;
- coeff_I_p1_p1 = t14+t16+t29;
+ t23 = RATIONAL(-1.0,3.0);
+ t15 = t23*t28;
+ t22 = RATIONAL(2.0,9.0);
+ t32 = t15+t18+t22;
+ t17 = t23*t27;
+ t31 = t17+t21+t22;
+ t14 = t26*y;
+ t30 = t14+t34;
+ t25 = RATIONAL(-1.0,6.0);
+ t20 = t25*y;
+ t29 = t20+t34;
+ t19 = t25*x;
+ t16 = t26*x;
+ t13 = RATIONAL(1.0,4.0)*t33;
+ t12 = RATIONAL(-1.0,4.0)*t33;
+ coeff_I_m1_m1 = t13+t19+t29;
+ coeff_I_0_m1 = t20+t31;
+ coeff_I_p1_m1 = t12+t16+t29;
+ coeff_I_m1_0 = t19+t32;
+ coeff_I_0_0 = t15+RATIONAL(5.0,9.0)+t17;
+ coeff_I_p1_0 = t16+t32;
+ coeff_I_m1_p1 = t19+t12+t30;
+ coeff_I_0_p1 = t14+t31;
+ coeff_I_p1_p1 = t16+t13+t30;
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dx.compute.c
index 22a3439..14b1a1c 100644
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dx.compute.c
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dx.compute.c
@@ -3,19 +3,19 @@ fp t37,
t41,
t40,
t39,
- t35;
+ t36;
t37 = RATIONAL(1.0,3.0)*x;
- t42 = t37+RATIONAL(1.0,4.0)*y;
- t41 = RATIONAL(-1.0,4.0)*y+t37;
- t40 = RATIONAL(-1.0,6.0);
- t39 = RATIONAL(1.0,6.0);
- t35 = RATIONAL(-2.0,3.0)*x;
- coeff_dx_m1_m1 = t40+t42;
- coeff_dx_0_m1 = t35;
- coeff_dx_p1_m1 = t39+t41;
- coeff_dx_m1_0 = t40+t37;
- coeff_dx_0_0 = t35;
- coeff_dx_p1_0 = t39+t37;
- coeff_dx_m1_p1 = t40+t41;
- coeff_dx_0_p1 = t35;
- coeff_dx_p1_p1 = t39+t42;
+ t42 = RATIONAL(1.0,4.0)*y+t37;
+ t41 = t37+RATIONAL(-1.0,4.0)*y;
+ t40 = RATIONAL(1.0,6.0);
+ t39 = RATIONAL(-1.0,6.0);
+ t36 = RATIONAL(-2.0,3.0)*x;
+ coeff_dx_m1_m1 = t39+t42;
+ coeff_dx_0_m1 = t36;
+ coeff_dx_p1_m1 = t40+t41;
+ coeff_dx_m1_0 = t39+t37;
+ coeff_dx_0_0 = t36;
+ coeff_dx_p1_0 = t40+t37;
+ coeff_dx_m1_p1 = t39+t41;
+ coeff_dx_0_p1 = t36;
+ coeff_dx_p1_p1 = t40+t42;
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dxx.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dxx.compute.c
index 5f6427a..3381569 100644
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dxx.compute.c
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dxx.compute.c
@@ -1,13 +1,13 @@
fp t52,
t51;
- t52 = RATIONAL(1.0,3.0);
- t51 = RATIONAL(-2.0,3.0);
- coeff_dxx_m1_m1 = t52;
- coeff_dxx_0_m1 = t51;
- coeff_dxx_p1_m1 = t52;
- coeff_dxx_m1_0 = t52;
- coeff_dxx_0_0 = t51;
- coeff_dxx_p1_0 = t52;
- coeff_dxx_m1_p1 = t52;
- coeff_dxx_0_p1 = t51;
- coeff_dxx_p1_p1 = t52;
+ t52 = RATIONAL(-2.0,3.0);
+ t51 = RATIONAL(1.0,3.0);
+ coeff_dxx_m1_m1 = t51;
+ coeff_dxx_0_m1 = t52;
+ coeff_dxx_p1_m1 = t51;
+ coeff_dxx_m1_0 = t51;
+ coeff_dxx_0_0 = t52;
+ coeff_dxx_p1_0 = t51;
+ coeff_dxx_m1_p1 = t51;
+ coeff_dxx_0_p1 = t52;
+ coeff_dxx_p1_p1 = t51;
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c
index 4afa754..65e74bd 100644
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dy.compute.c
@@ -5,17 +5,17 @@ fp t46,
t47,
t43;
t46 = RATIONAL(1.0,3.0)*y;
- t50 = RATIONAL(-1.0,4.0)*x+t46;
- t49 = RATIONAL(1.0,4.0)*x+t46;
- t48 = RATIONAL(-1.0,6.0);
- t47 = RATIONAL(1.0,6.0);
+ t50 = RATIONAL(1.0,4.0)*x+t46;
+ t49 = RATIONAL(-1.0,4.0)*x+t46;
+ t48 = RATIONAL(1.0,6.0);
+ t47 = RATIONAL(-1.0,6.0);
t43 = RATIONAL(-2.0,3.0)*y;
- coeff_dy_m1_m1 = t48+t49;
- coeff_dy_0_m1 = t46+t48;
- coeff_dy_p1_m1 = t48+t50;
+ coeff_dy_m1_m1 = t47+t50;
+ coeff_dy_0_m1 = t47+t46;
+ coeff_dy_p1_m1 = t47+t49;
coeff_dy_m1_0 = t43;
coeff_dy_0_0 = t43;
coeff_dy_p1_0 = t43;
- coeff_dy_m1_p1 = t47+t50;
- coeff_dy_0_p1 = t47+t46;
- coeff_dy_p1_p1 = t47+t49;
+ coeff_dy_m1_p1 = t48+t49;
+ coeff_dy_0_p1 = t46+t48;
+ coeff_dy_p1_p1 = t48+t50;
diff --git a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dyy.compute.c b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dyy.compute.c
index a643108..5d0b896 100644
--- a/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dyy.compute.c
+++ b/src/GeneralizedPolynomial-Uniform/Lagrange/2d.coeffs/2d.cube.order2.smooth0/coeff-dyy.compute.c
@@ -1,13 +1,13 @@
fp t57,
t56;
- t57 = RATIONAL(1.0,3.0);
- t56 = RATIONAL(-2.0,3.0);
- coeff_dyy_m1_m1 = t57;
- coeff_dyy_0_m1 = t57;
- coeff_dyy_p1_m1 = t57;
- coeff_dyy_m1_0 = t56;
- coeff_dyy_0_0 = t56;
- coeff_dyy_p1_0 = t56;
- coeff_dyy_m1_p1 = t57;
- coeff_dyy_0_p1 = t57;
- coeff_dyy_p1_p1 = t57;
+ t57 = RATIONAL(-2.0,3.0);
+ t56 = RATIONAL(1.0,3.0);
+ coeff_dyy_m1_m1 = t56;
+ coeff_dyy_0_m1 = t56;
+ coeff_dyy_p1_m1 = t56;
+ coeff_dyy_m1_0 = t57;
+ coeff_dyy_0_0 = t57;
+ coeff_dyy_p1_0 = t57;
+ coeff_dyy_m1_p1 = t56;
+ coeff_dyy_0_p1 = t56;
+ coeff_dyy_p1_p1 = t56;