aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-04 14:36:55 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-04 14:36:55 +0000
commit48a4a467fc0bd8cced3bb07788ffcbb0bf482e8f (patch)
tree8f97964664f4969ef0eb1f5f9f64ecbaaf0fd51e /param.ccl
parentfdc44a58702cb0deccd6030d65f8e87a88ed4e51 (diff)
COPYING newest version of GPL text (from gcc 3.3)
param.ccl schedule.ccl drop obselete find_AHs_at{poststep,postinitial} parameters git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1117 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl16
1 files changed, 9 insertions, 7 deletions
diff --git a/param.ccl b/param.ccl
index df61516..415358c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -30,13 +30,8 @@ private:
# ***** overall parameters *****
#
-boolean find_AHs_at_postinitial \
- "should we try to find apparent horizons at CCTK_POSTINITIAL?"
-{
-} "true"
-
-boolean find_AHs_at_poststep \
- "should we try to find apparent horizons at CCTK_POSTSTEP?"
+# set this to (try to) find apparent horizons at every time step
+boolean find_AHs "should we try to find apparent horizons?"
{
} "true"
@@ -951,6 +946,13 @@ string geometry_interpolator_name \
.+ :: "any string"
} "Hermite polynomial interpolation"
+#
+# The defaults here are set up for 3rd order Hermite interpolation,
+# which requires driver::ghost_size >= 3. If you want to run with
+# driver::ghost_size == 2, you need to lower the interpolation order
+# to 2; see par/misner-ghost2-mask-noshrink.par for an example of
+# how to do this.
+#
string geometry_interpolator_pars \
"parameters for the geometry interpolator"
{