aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-06-01 10:38:53 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-06-01 10:38:53 +0000
commit18c1ce2107381948c1aaad4a3a049172d9d8b40b (patch)
tree4ff99f82a75104f3a174329dbb836d40d821410e /param.ccl
parentc998ed7fb68714fe7ce843b96c349a2cb735705e (diff)
Making some parameters steerable.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@202 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl26
1 files changed, 13 insertions, 13 deletions
diff --git a/param.ccl b/param.ccl
index c7efd69..e01f6e0 100644
--- a/param.ccl
+++ b/param.ccl
@@ -83,62 +83,62 @@ INT ahf_lmax "Maximum number of terms in theta expansion" STEERABLE = ALWAYS
0:20 :: "Range from 0 to 20"
} 8
-REAL ahf_xc "x-coordinate of center of expansion"
+REAL ahf_xc "x-coordinate of center of expansion" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_yc "y-coordinate of center of expansion"
+REAL ahf_yc "y-coordinate of center of expansion" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_zc "z-coordinate of center of expansion"
+REAL ahf_zc "z-coordinate of center of expansion" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_xc_0 "x-coordinate of center of expansion for first surface with find3"
+REAL ahf_xc_0 "x-coordinate of center of expansion for first surface with find3" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_yc_0 "y-coordinate of center of expansion for first surface with find3"
+REAL ahf_yc_0 "y-coordinate of center of expansion for first surface with find3" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_zc_0 "z-coordinate of center of expansion for first surface with find3"
+REAL ahf_zc_0 "z-coordinate of center of expansion for first surface with find3" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_xc_1 "x-coordinate of center of expansion for second surface with find3"
+REAL ahf_xc_1 "x-coordinate of center of expansion for second surface with find3" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_yc_1 "y-coordinate of center of expansion for second surface with find3"
+REAL ahf_yc_1 "y-coordinate of center of expansion for second surface with find3" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_zc_1 "z-coordinate of center of expansion for second surface with find3"
+REAL ahf_zc_1 "z-coordinate of center of expansion for second surface with find3" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_xc_2 "x-coordinate of center of expansion for third surface with find3"
+REAL ahf_xc_2 "x-coordinate of center of expansion for third surface with find3" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_yc_2 "y-coordinate of center of expansion for third surface with find3"
+REAL ahf_yc_2 "y-coordinate of center of expansion for third surface with find3" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
-REAL ahf_zc_2 "z-coordinate of center of expansion for third surface with find3"
+REAL ahf_zc_2 "z-coordinate of center of expansion for third surface with find3" STEERABLE = ALWAYS
{
: :: "Anything"
} 0.0
@@ -442,7 +442,7 @@ INT ahf_maskbuffer "Number of grid points in mask buffer zone"
REAL ahf_maskshrink "Shrink factor for mask"
{
0.0:1.0 :: "Must be positive and not larger than 1"
-} 1.0
+} 0.8
REAL ahf_shiftcoeff "Coefficient for shift"
{