From b2d99897f707c4824dce49145df24bce41b9dadc Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 31 Jan 2001 10:46:13 +0000 Subject: Cleaning up, plus added a parameter to make ask if we want a report of all surfaces found or just of horizons. By default now we will only have reports for horizons. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@177 89daf98e-ef62-4674-b946-b8ff9de2216c --- param.ccl | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 464ec92..479b9dc 100644 --- a/param.ccl +++ b/param.ccl @@ -29,6 +29,10 @@ private: ### General parameters ### ############################ +BOOLEAN ahf_ReportAlways "Report for all surfaces found (yes) or just for apparent horizons (no)" +{ +} "yes" + BOOLEAN ahf_find3 "Searching for 3 surfaces?" { } "no" @@ -39,17 +43,17 @@ BOOLEAN ahf_trapped_surface "Minimize (expansion + delta) to find trapped surfac INT ahf_findevery "How often to look for horizons" STEERABLE = ALWAYS { - : :: "Ranges from 1 for each iteration to higher numbers with default set to 1" +1: :: "Set to 1 for searching each iteration" } 1 INT ahf_findafter "After how many iterations look for horizons" STEERABLE = ALWAYS { - : :: "By default set to 0, any positive integer if start later in an evolution" +0: :: "Any positive integer" } 0 -REAL ahf_findaftertime "After how much time look for horizons." +REAL ahf_findaftertime "After how much time look for horizons" { - : :: "Any positive real number. If non-zero overides ahf_findafter" +0.0: :: "Any positive real number. If non-zero overides ahf_findafter" } 0.0 REAL trapped_surface_delta "find (expansion = delta) surface" STEERABLE = ALWAYS @@ -216,7 +220,7 @@ BOOLEAN ahf_sloppyguess "Use sphere as initial guess?" { } "no" -BOOLEAN ahf_guess_absmin "Use absolute min to start Minimization?" +BOOLEAN ahf_guess_absmin "Use absolute min to start minimization?" { } "no" @@ -324,7 +328,7 @@ BOOLEAN ahf_flow "Use flow instead of minimization?" STEERABLE = ALWAYS INT ahf_flowiter "Maximum number of iterations for flow" { - : :: "Anything" +0: :: "Anything" } 200 REAL ahf_flowa "alpha parameter for flow" @@ -406,7 +410,7 @@ BOOLEAN ahf_areamap "Find area map?" { } "no" -BOOLEAN ahf_gaussout "Output gaussian curvature of horizon?" STEERABLE = ALWAYS +BOOLEAN ahf_gaussout "Output gaussian curvature of horizon?" STEERABLE = ALWAYS { } "yes" @@ -438,7 +442,6 @@ REAL ahf_shiftcoeff "Coefficient for shift" } 0.0 - ############################################### ### PARAMETERS SHARED FROM OTHER THORNS ### ############################################### @@ -461,13 +464,9 @@ STRING outdir "" shares: grid -KEYWORD domain "" -{ -} +USES KEYWORD domain "" -KEYWORD bitant_plane "" -{ -} +USES KEYWORD bitant_plane "" ##################### @@ -476,12 +475,10 @@ KEYWORD bitant_plane "" shares: einstein +USES BOOLEAN use_mask "" + EXTENDS KEYWORD shift "Which shift condition to use" { "ahfinder" :: "Set the shift after finding horizon" } "" -BOOLEAN use_mask "" -{ -} "" - -- cgit v1.2.3