aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-05-02 10:12:34 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-05-02 10:12:34 +0000
commit38b5fb7ae7942da8dbbc53dffdbb924ddf46b058 (patch)
treec3362ebe3894fa4d4e49ad371570cf1336a4d692 /param.ccl
parent512c09c6be264f1f6d9596f318889fdd118f4120 (diff)
Added parameters to separately turn off inner and outer excision and added
some comments. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@99 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index b48dd45..747b68c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -93,6 +93,14 @@ REAL shell_width "Width of the evolution region in units of the grid spacing"
0.0: :: "Positive please"
} 7.0
+BOOLEAN use_inner_excision "Should inner excision be used?"
+{
+} "yes"
+
+BOOLEAN use_outer_excision "Should outer excision be used?"
+{
+} "yes"
+
BOOLEAN normalize "normalize the derivatives of the level set function"
{
} "no"