aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-31 13:13:19 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-31 13:13:19 +0000
commitcd8d513ba9bac10e6fc0b72620e32191a2916d06 (patch)
treec9fc54b64045d14e954f7c833c39e0fec25390ef /param.ccl
parent6fd042c2a0952872621527588a3cf9f32c09aac1 (diff)
change interpolation order from 3 to 4
--> seems to eliminate (or at least greatly reduce) convergence problems due to non-smoothness of interpolated geometry git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@678 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 3 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 9b17296..6aefaf3 100644
--- a/param.ccl
+++ b/param.ccl
@@ -188,7 +188,8 @@ string geometry_interpolator_pars \
"parameters for the geometry interpolator"
{
.* :: "any string acceptable to Util_TableSetFromString()"
-} ""
+} "order=4"
+
########################################
#
@@ -256,7 +257,7 @@ string interpatch_interpolator_pars \
"parameters for the interpatch interpolator"
{
.* :: "any string acceptable to Util_TableSetFromString()"
-} ""
+} "order=4"
################################################################################