aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-30 11:13:48 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-30 11:13:48 +0000
commitf84da6ab05c8008e9a871dc06b897e49c5a7f986 (patch)
treea3f140b15cfc829f207875e87d16af1fe44ffff0 /param.ccl
parent01ef8ee5e9e164969a5a1f57dd4ad21ee587dfc4 (diff)
Teaching the finder about bitant grids. Not tested!
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@146 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl38
1 files changed, 36 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 27429e8..7019a0e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -81,6 +81,36 @@ REAL dhole2_zmax "Upper z bound of excised region 2"
: :: "Any value"
} 0.0
+REAL dhole3_xmin "Lower x bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole3_ymin "Lower y bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole3_zmin "Lower z bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole3_xmax "Upper x bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole3_ymax "Upper y bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole3_zmax "Upper z bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
##############################
### PRIVATE PARAMETERS ###
@@ -479,9 +509,9 @@ REAL ahf_shiftcoeff "Coefficient for shift"
shares: IO
-EXTENDS STRING outdir "Name of IO output directory"
+STRING outdir ""
{
-} "."
+}
### FROM GRID ###
@@ -492,6 +522,10 @@ KEYWORD domain ""
{
}
+KEYWORD bitant_plane ""
+{
+}
+
### FROM EINSTEIN ###