aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-08-20 16:58:06 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-08-20 16:58:06 +0000
commit38ed38c4ab93e915a38b682e277d6932a6066def (patch)
treeb054269f51af22f331eb24c0fd7b14163158262a /src
parentca848af58bf1a9caccb993c04ae4f798c571b84a (diff)
refresh machine-generated coefficient files
with latest tweaks to Maple code which generates them git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@96 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src')
-rw-r--r--src/GeneralizedPolynomial-Uniform/common/1d.log10
-rw-r--r--src/GeneralizedPolynomial-Uniform/common/2d.log10
-rw-r--r--src/GeneralizedPolynomial-Uniform/common/3d.log26
3 files changed, 23 insertions, 23 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/common/1d.log b/src/GeneralizedPolynomial-Uniform/common/1d.log
index bf3e9bf..4c1a387 100644
--- a/src/GeneralizedPolynomial-Uniform/common/1d.log
+++ b/src/GeneralizedPolynomial-Uniform/common/1d.log
@@ -4,7 +4,7 @@
<____ ____> Waterloo Maple Inc.
| Type ? for help.
# util.maple -- misc utility routines
-# $Id: util.maple,v 1.3 2002/05/19 13:12:18 jthorn Exp $
+# $Header: /cactusdevcvs/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/util.maple,v 1.4 2002/08/20 16:46:06 jthorn Exp $
>
#
# fix_rationals - convert numbers to RATIONAL() calls
@@ -445,7 +445,7 @@ ftruncate :=
proc(file_name::string) fopen(file_name, 'WRITE'); fclose(%); NULL end proc
# interpolate.maple -- compute interpolation formulas/coefficients
-# $Id: interpolate.maple,v 1.7 2002/08/19 14:30:43 jthorn Exp $
+# $Header: /cactusdevcvs/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/interpolate.maple,v 1.8 2002/08/20 16:46:05 jthorn Exp $
>
#
# <<<representation of numbers, data values, etc>>>
@@ -1081,7 +1081,7 @@ data_var_name := proc(posn::list(numeric), name_prefix::string)
end proc
# Maple code to compute lists of point positions in hypercube-shaped molecules
-# $Id: cube_posns.maple,v 1.1.1.1 2002/08/18 15:05:38 jthorn Exp $
+# $Header: /cactusdevcvs/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/common/cube_posns.maple,v 1.3 2002/08/20 16:56:41 jthorn Exp $
>
################################################################################
>
@@ -1323,7 +1323,7 @@ posn_list_3d_size6 := [[-2, -2, -2], [-1, -2, -2], [0, -2, -2], [1, -2, -2],
[-1, 3, 3], [0, 3, 3], [1, 3, 3], [2, 3, 3], [3, 3, 3]]
# Maple code to compute common coefficients for all 1d interpolation schemes
-# $Id: 1d.maple,v 1.1.1.1 2002/08/18 15:05:38 jthorn Exp $
+# $Header: /cactusdevcvs/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/common/1d.maple,v 1.2 2002/08/20 16:56:41 jthorn Exp $
>
################################################################################
>
@@ -1560,4 +1560,4 @@ data_var_list_1d_size7 := [
>
################################################################################
> quit
-bytes used=797948, alloc=720764, time=0.12
+bytes used=797948, alloc=720764, time=0.13
diff --git a/src/GeneralizedPolynomial-Uniform/common/2d.log b/src/GeneralizedPolynomial-Uniform/common/2d.log
index 909de57..a76f548 100644
--- a/src/GeneralizedPolynomial-Uniform/common/2d.log
+++ b/src/GeneralizedPolynomial-Uniform/common/2d.log
@@ -1081,7 +1081,7 @@ data_var_name := proc(posn::list(numeric), name_prefix::string)
end proc
# Maple code to compute lists of point positions in hypercube-shaped molecules
-# $Id: cube_posns.maple,v 1.1.1.1 2002/08/18 15:05:38 jthorn Exp $
+# $Header: /cactusdevcvs/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/common/cube_posns.maple,v 1.3 2002/08/20 16:56:41 jthorn Exp $
>
################################################################################
>
@@ -1323,7 +1323,7 @@ posn_list_3d_size6 := [[-2, -2, -2], [-1, -2, -2], [0, -2, -2], [1, -2, -2],
[-1, 3, 3], [0, 3, 3], [1, 3, 3], [2, 3, 3], [3, 3, 3]]
# Maple code to compute common coefficients for all 2d interpolation schemes
-# $Id: 2d.maple,v 1.1.1.1 2002/08/18 15:05:38 jthorn Exp $
+# $Header: /cactusdevcvs/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/common/2d.maple,v 1.3 2002/08/20 16:56:41 jthorn Exp $
>
################################################################################
>
@@ -1472,7 +1472,7 @@ data_var_list_2d_size4 := ["data_m1_m1", "data_0_m1", "data_p1_m1",
> "2d.cube.size4/coeff-dxy.dcl.c");
> print_name_list_dcl(map(coeff_name, posn_list_2d_size4, "coeff_dyy_"), "fp",
> "2d.cube.size4/coeff-dyy.dcl.c");
-bytes used=1000212, alloc=917336, time=0.13
+bytes used=1000212, alloc=917336, time=0.18
>
> print_interp_cmpt__lc_of_data(posn_list_2d_size4,
> "result", "coeff_I_", "data_",
@@ -1599,7 +1599,7 @@ data_var_list_2d_size6 := ["data_m2_m2", "data_m1_m2", "data_0_m2",
> "2d.cube.size6/coeff-dy.store.c");
> print_interp_coeff_var_store(posn_list_2d_size6, "factor", "coeff_dxx_",
> "2d.cube.size6/coeff-dxx.store.c");
-bytes used=2000440, alloc=1179432, time=0.27
+bytes used=2000440, alloc=1179432, time=0.32
> print_interp_coeff_var_store(posn_list_2d_size6, "factor", "coeff_dxy_",
> "2d.cube.size6/coeff-dxy.store.c");
> print_interp_coeff_var_store(posn_list_2d_size6, "factor", "coeff_dyy_",
@@ -1639,4 +1639,4 @@ bytes used=2000440, alloc=1179432, time=0.27
>
################################################################################
> quit
-bytes used=2688044, alloc=1179432, time=0.39
+bytes used=2688044, alloc=1179432, time=0.40
diff --git a/src/GeneralizedPolynomial-Uniform/common/3d.log b/src/GeneralizedPolynomial-Uniform/common/3d.log
index 12f76ca..2992b4c 100644
--- a/src/GeneralizedPolynomial-Uniform/common/3d.log
+++ b/src/GeneralizedPolynomial-Uniform/common/3d.log
@@ -1081,7 +1081,7 @@ data_var_name := proc(posn::list(numeric), name_prefix::string)
end proc
# Maple code to compute lists of point positions in hypercube-shaped molecules
-# $Id: cube_posns.maple,v 1.1.1.1 2002/08/18 15:05:38 jthorn Exp $
+# $Header: /cactusdevcvs/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/common/cube_posns.maple,v 1.3 2002/08/20 16:56:41 jthorn Exp $
>
################################################################################
>
@@ -1323,7 +1323,7 @@ posn_list_3d_size6 := [[-2, -2, -2], [-1, -2, -2], [0, -2, -2], [1, -2, -2],
[-1, 3, 3], [0, 3, 3], [1, 3, 3], [2, 3, 3], [3, 3, 3]]
# Maple code to compute common coefficients for all 3d interpolation schemes
-# $Id: 3d.maple,v 1.1.1.1 2002/08/18 15:05:38 jthorn Exp $
+# $Header: /cactusdevcvs/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/common/3d.maple,v 1.2 2002/08/20 16:56:41 jthorn Exp $
>
################################################################################
>
@@ -1422,7 +1422,7 @@ data_var_list_3d_size3 := ["data_m1_m1_m1", "data_0_m1_m1", "data_p1_m1_m1",
> "3d.cube.size3/coeff-dyz.store.c");
> print_interp_coeff_var_store(posn_list_3d_size3, "factor", "coeff_dzz_",
> "3d.cube.size3/coeff-dzz.store.c");
-bytes used=1000020, alloc=917336, time=0.16
+bytes used=1000020, alloc=917336, time=0.17
>
> print_name_list_dcl(map(coeff_name, posn_list_3d_size3, "coeff_I_"), "fp",
> "3d.cube.size3/coeff-I.dcl.c");
@@ -1483,7 +1483,7 @@ bytes used=1000020, alloc=917336, time=0.16
#
>
> data_var_list_3d_size4 := map(data_var_name, posn_list_3d_size4, "data_");
-bytes used=2000252, alloc=1179432, time=0.25
+bytes used=2000272, alloc=1179432, time=0.24
data_var_list_3d_size4 := ["data_m1_m1_m1", "data_0_m1_m1", "data_p1_m1_m1",
"data_p2_m1_m1", "data_m1_0_m1", "data_0_0_m1", "data_p1_0_m1",
@@ -1547,7 +1547,7 @@ data_var_list_3d_size4 := ["data_m1_m1_m1", "data_0_m1_m1", "data_p1_m1_m1",
> "3d.cube.size4/coeff-I.dcl.c");
> print_name_list_dcl(map(coeff_name, posn_list_3d_size4, "coeff_dx_"), "fp",
> "3d.cube.size4/coeff-dx.dcl.c");
-bytes used=3000424, alloc=1244956, time=0.36
+bytes used=3000488, alloc=1244956, time=0.41
> print_name_list_dcl(map(coeff_name, posn_list_3d_size4, "coeff_dy_"), "fp",
> "3d.cube.size4/coeff-dy.dcl.c");
> print_name_list_dcl(map(coeff_name, posn_list_3d_size4, "coeff_dz_"), "fp",
@@ -1574,7 +1574,7 @@ bytes used=3000424, alloc=1244956, time=0.36
> print_interp_cmpt__lc_of_data(posn_list_3d_size4,
> "result", "coeff_dy_", "data_",
> "3d.cube.size4/interp-dy.compute.c");
-bytes used=4000728, alloc=1310480, time=0.46
+bytes used=4000992, alloc=1310480, time=0.51
> print_interp_cmpt__lc_of_data(posn_list_3d_size4,
> "result", "coeff_dz_", "data_",
> "3d.cube.size4/interp-dz.compute.c");
@@ -1596,7 +1596,7 @@ bytes used=4000728, alloc=1310480, time=0.46
> print_interp_cmpt__lc_of_data(posn_list_3d_size4,
> "result", "coeff_dzz_", "data_",
> "3d.cube.size4/interp-dzz.compute.c");
-bytes used=5000896, alloc=1376004, time=0.60
+bytes used=5001188, alloc=1310480, time=0.65
>
########################################
>
@@ -1685,7 +1685,7 @@ data_var_list_3d_size5 := ["data_m2_m2_m2", "data_m1_m2_m2", "data_0_m2_m2",
> "3d.cube.size5/coeff-dz.store.c");
> print_interp_coeff_var_store(posn_list_3d_size5, "factor", "coeff_dxx_",
> "3d.cube.size5/coeff-dxx.store.c");
-bytes used=6001052, alloc=1376004, time=0.74
+bytes used=6001348, alloc=1376004, time=0.79
> print_interp_coeff_var_store(posn_list_3d_size5, "factor", "coeff_dxy_",
> "3d.cube.size5/coeff-dxy.store.c");
> print_interp_coeff_var_store(posn_list_3d_size5, "factor", "coeff_dxz_",
@@ -1701,7 +1701,7 @@ bytes used=6001052, alloc=1376004, time=0.74
> "3d.cube.size5/coeff-I.dcl.c");
> print_name_list_dcl(map(coeff_name, posn_list_3d_size5, "coeff_dx_"), "fp",
> "3d.cube.size5/coeff-dx.dcl.c");
-bytes used=7001272, alloc=1376004, time=0.86
+bytes used=7001692, alloc=1376004, time=0.92
> print_name_list_dcl(map(coeff_name, posn_list_3d_size5, "coeff_dy_"), "fp",
> "3d.cube.size5/coeff-dy.dcl.c");
> print_name_list_dcl(map(coeff_name, posn_list_3d_size5, "coeff_dz_"), "fp",
@@ -1716,7 +1716,7 @@ bytes used=7001272, alloc=1376004, time=0.86
> "3d.cube.size5/coeff-dyy.dcl.c");
> print_name_list_dcl(map(coeff_name, posn_list_3d_size5, "coeff_dyz_"), "fp",
> "3d.cube.size5/coeff-dyz.dcl.c");
-bytes used=8001444, alloc=1441528, time=0.98
+bytes used=8002072, alloc=1441528, time=1.01
> print_name_list_dcl(map(coeff_name, posn_list_3d_size5, "coeff_dzz_"), "fp",
> "3d.cube.size5/coeff-dzz.dcl.c");
>
@@ -1729,7 +1729,7 @@ bytes used=8001444, alloc=1441528, time=0.98
> print_interp_cmpt__lc_of_data(posn_list_3d_size5,
> "result", "coeff_dy_", "data_",
> "3d.cube.size5/interp-dy.compute.c");
-bytes used=9001600, alloc=1441528, time=1.08
+bytes used=9002312, alloc=1441528, time=1.11
> print_interp_cmpt__lc_of_data(posn_list_3d_size5,
> "result", "coeff_dz_", "data_",
> "3d.cube.size5/interp-dz.compute.c");
@@ -1742,7 +1742,7 @@ bytes used=9001600, alloc=1441528, time=1.08
> print_interp_cmpt__lc_of_data(posn_list_3d_size5,
> "result", "coeff_dxz_", "data_",
> "3d.cube.size5/interp-dxz.compute.c");
-bytes used=10001804, alloc=1507052, time=1.20
+bytes used=10002504, alloc=1441528, time=1.22
> print_interp_cmpt__lc_of_data(posn_list_3d_size5,
> "result", "coeff_dyy_", "data_",
> "3d.cube.size5/interp-dyy.compute.c");
@@ -1755,4 +1755,4 @@ bytes used=10001804, alloc=1507052, time=1.20
>
################################################################################
> quit
-bytes used=10794072, alloc=1507052, time=1.28
+bytes used=10795328, alloc=1441528, time=1.29