aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-16 17:52:42 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-16 17:52:42 +0000
commitdf428299462e7cf664184401b9bc6ddc6bd4ba9a (patch)
tree1953c4687c711a813986ed91a585bc378791815d /param.ccl
parenta5cd944b5e9d79e52820c19ef94433046e5d0d3f (diff)
A couple of changes:
1) Moved parameters for dynamical excision here. The reason for this is to make sure that the finder can compile without SimpleExcision. 2) Added a new parameter shared from Einstein: use_mask. Please notice that this new parametr has only just been added to Einstein itself, so make sure you have the very latest version of Einstein o git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@135 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl79
1 files changed, 79 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 7611fa5..4b6e856 100644
--- a/param.ccl
+++ b/param.ccl
@@ -5,6 +5,11 @@
#These parameters are to switch on the finder, and to control how
#often and when to start looking for horizons.
+
+#################################
+### RESTRICTED PARAMETERS ###
+#################################
+
restricted:
BOOLEAN ahf_active "Activate AHFinder?" STEERABLE = ALWAYS
@@ -16,6 +21,75 @@ BOOLEAN ahf_persists "Do the finder grid functions stay around?"
} "no"
+# Parameters for excision. These parameters are not supposed
+# to be set in the parameter file. Instead, they are modified
+# by the finder at run time (not very kosher, but it works).
+
+REAL dhole1_xmin "Lower x bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole1_ymin "Lower y bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole1_zmin "Lower z bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole1_xmax "Upper x bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole1_ymax "Upper y bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole1_zmax "Upper z bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_xmin "Lower x bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_ymin "Lower y bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_zmin "Lower z bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_xmax "Upper x bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_ymax "Upper y bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_zmax "Upper z bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+
+##############################
+### PRIVATE PARAMETERS ###
+##############################
+
private:
BOOLEAN ahf_find3 "Searching for 3 surfaces?"
@@ -399,6 +473,7 @@ REAL ahf_shiftcoeff "Coefficient for shift"
} 0.0
+
####################################
### PARAMETERS FROM OTHER THORNS ###
####################################
@@ -431,3 +506,7 @@ EXTENDS KEYWORD shift "Which shift condition to use"
"ahfinder" :: "Set the shift after finding horizon"
} ""
+BOOLEAN use_mask ""
+{
+} ""
+