From 48a4a467fc0bd8cced3bb07788ffcbb0bf482e8f Mon Sep 17 00:00:00 2001 From: jthorn Date: Fri, 4 Jul 2003 14:36:55 +0000 Subject: 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 --- param.ccl | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'param.ccl') 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" { -- cgit v1.2.3