aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-01-22 11:55:41 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-01-22 11:55:41 +0000
commit6f94b648eef513638448ca12be2d5c795f3e5d76 (patch)
tree8888f5945302a22186abfc38fcfd9b82cb3412c5 /param.ccl
parentee7668ec3263b8ff1b38d32451dc31c8d383b9ce (diff)
A few more steerable parameters.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@166 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl16
1 files changed, 8 insertions, 8 deletions
diff --git a/param.ccl b/param.ccl
index 00f6638..464ec92 100644
--- a/param.ccl
+++ b/param.ccl
@@ -33,7 +33,7 @@ BOOLEAN ahf_find3 "Searching for 3 surfaces?"
{
} "no"
-BOOLEAN ahf_trapped_surface "Minimize (expansion + delta) to find trapped surface?"
+BOOLEAN ahf_trapped_surface "Minimize (expansion + delta) to find trapped surface?" STEERABLE = ALWAYS
{
} "no"
@@ -52,7 +52,7 @@ REAL ahf_findaftertime "After how much time look for horizons."
: :: "Any positive real number. If non-zero overides ahf_findafter"
} 0.0
-REAL trapped_surface_delta "find (expansion = delta) surface"
+REAL trapped_surface_delta "find (expansion = delta) surface" STEERABLE = ALWAYS
{
: :: "Just a real number"
} 0.0
@@ -144,12 +144,12 @@ REAL ahf_zc_2 "z-coordinate of center of expansion for third surface with find3"
### Parameters for surface integrals ###
########################################
-INT ahf_ntheta "Number of subdivisions in theta"
+INT ahf_ntheta "Number of subdivisions in theta" STEERABLE = ALWAYS
{
1: :: "Any sensible integer"
} 100
-INT ahf_nphi "Number of subdivisions in phi"
+INT ahf_nphi "Number of subdivisions in phi" STEERABLE = ALWAYS
{
1: :: "Any sensible integer"
} 100
@@ -292,22 +292,22 @@ REAL ahf_l18_guess "Manual guess for l=18 component"
: :: "Anything"
} 0.0
-REAL ahf_r0 "Radius of initial sphere (0 forces largest sphere)"
+REAL ahf_r0 "Radius of initial sphere (0 forces largest sphere)" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_r0_0 "Radius of first initial sphere for find3 (0 forces largest sphere)"
+REAL ahf_r0_0 "Radius of first initial sphere for find3 (0 forces largest sphere)" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_r0_1 "Radius of second initial sphere for find3 (0 forces largest sphere)"
+REAL ahf_r0_1 "Radius of second initial sphere for find3 (0 forces largest sphere)" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_r0_2 "Radius of third initial sphere for find3 (0 forces largest sphere)"
+REAL ahf_r0_2 "Radius of third initial sphere for find3 (0 forces largest sphere)" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0