aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/common/2d.cube.size4/coeffs-dcl.h
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-09-01 18:10:41 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-09-01 18:10:41 +0000
commitf66e9bbb167e3e3e98b0647e30fa22139d6f28f0 (patch)
tree01b5d8d23679ef302f5df71c1a62fe1bb1b6628e /src/GeneralizedPolynomial-Uniform/common/2d.cube.size4/coeffs-dcl.h
parent5ae03060c304e68a184efaf4d77a6d46d3bd24ce (diff)
reorganize common to Lagrange and Hermite interpolators
(i.e. code depending only on molecule size/shape) --> now there are separate *functions* rather than just code fragments --> ../template.c should hopefully compile in finite time..... git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@109 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/common/2d.cube.size4/coeffs-dcl.h')
-rw-r--r--src/GeneralizedPolynomial-Uniform/common/2d.cube.size4/coeffs-dcl.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/common/2d.cube.size4/coeffs-dcl.h b/src/GeneralizedPolynomial-Uniform/common/2d.cube.size4/coeffs-dcl.h
new file mode 100644
index 0000000..beb0825
--- /dev/null
+++ b/src/GeneralizedPolynomial-Uniform/common/2d.cube.size4/coeffs-dcl.h
@@ -0,0 +1,16 @@
+fp coeff_m1_m1;
+fp coeff_0_m1;
+fp coeff_p1_m1;
+fp coeff_p2_m1;
+fp coeff_m1_0;
+fp coeff_0_0;
+fp coeff_p1_0;
+fp coeff_p2_0;
+fp coeff_m1_p1;
+fp coeff_0_p1;
+fp coeff_p1_p1;
+fp coeff_p2_p1;
+fp coeff_m1_p2;
+fp coeff_0_p2;
+fp coeff_p1_p2;
+fp coeff_p2_p2;