aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-03 16:11:31 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-03 16:11:31 +0000
commit7b50e8689753d66ee0db4d1ffd4b3aa54a929351 (patch)
tree29c24f6956e6d3acbf3bf00ba6a01bf470c88d58 /param.ccl
parentc3df52e92cb53823ccc7663cb9658eca7df7ed6c (diff)
change default interpolator to Hermite, order 3
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@708 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 986a649..f899a1c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -257,13 +257,13 @@ string geometry_interpolator_name \
"name under which the geometry interpolation operator is registered in Cactus"
{
.* :: "any string"
-} "generalized polynomial interpolation"
+} "Hermite polynomial interpolation"
string geometry_interpolator_pars \
"parameters for the geometry interpolator"
{
.* :: "any string acceptable to Util_TableSetFromString()"
-} "order=4"
+} "order=3"
########################################
@@ -326,13 +326,13 @@ string interpatch_interpolator_name \
"name under which the interpatch interpolation operator is registered in Cactus"
{
.* :: "any string"
-} "generalized polynomial interpolation"
+} "Hermite polynomial interpolation"
string interpatch_interpolator_pars \
"parameters for the interpatch interpolator"
{
.* :: "any string acceptable to Util_TableSetFromString()"
-} "order=4"
+} "order=3"
################################################################################