From 2d834460417ae606a42cc1d1b1775c55539c1e9a Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 28 Apr 2000 07:36:42 +0000 Subject: Adding paramters for horizon locking shift. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@80 89daf98e-ef62-4674-b946-b8ff9de2216c --- param.ccl | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 50df1e2..cf1dc44 100644 --- a/param.ccl +++ b/param.ccl @@ -11,7 +11,7 @@ BOOLEAN ahf_active "Activate AHFinder?" { } "no" -BOOLEAN ahf_persists "Does the AH Finder array and mask stay around" +BOOLEAN ahf_persists "Do the finder grid functions stay around?" { } "no" @@ -322,15 +322,15 @@ REAL ahf_flowtol "Tolerance for flow" : :: } 0.0001 -REAL ahf_maxchange "max rel diff between 1 big and 2 small steps" +REAL ahf_maxchange "Maximum relative difference between 1 big and 2 small steps" { : :: -} 0.1 +} 0.5 -REAL ahf_minchange "min rel diff between 1 big and 2 small steps" +REAL ahf_minchange "Minimum relative difference between 1 big and 2 small steps" { : :: -} 0.01 +} 0.1 #Parameters for output. @@ -352,9 +352,13 @@ BOOLEAN ahf_guessverbose "Print info on initial guell points?" { } "no" +BOOLEAN ahf_1Doutput "1D output of grid functions?" +{ +} "no" + BOOLEAN ahf_2Doutput "2D output of grid functions?" { -} "yes" +} "no" BOOLEAN ahf_3Doutput "3D output of grid functions? (Not yet implemented!)" { @@ -369,7 +373,7 @@ BOOLEAN ahf_gaussout "Output gaussian curvature of horizon?" } "yes" -#Parameters for mask. +# Parameters for mask. KEYWORD ahf_mask "Use mask for definite horizons?" { @@ -392,6 +396,7 @@ REAL ahf_maskshrink "Shrink factor for mask" ### PARAMETERS FROM OTHER THORNS ### #################################### + ### FROM IO ### shares: IO @@ -400,6 +405,7 @@ EXTENDS STRING outdir "Name of IO output directory" { } "." + ### FROM GRID ### shares: grid @@ -408,3 +414,14 @@ KEYWORD domain "" { } + +### FROM EINSTEIN ### + +shares: einstein + +EXTENDS KEYWORD shift "Which shift condition to use" +{ + "locking1" :: "Horizon locking shift 1" + "locking2" :: "Horizon locking shift 2" +} "" + -- cgit v1.2.3