aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2001-12-18 15:43:34 +0000
committermiguel <miguel@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2001-12-18 15:43:34 +0000
commit417136a50bca91ade33b7f5bebcfa38ca7b475a1 (patch)
tree60c2be73c68589c8686685b7f1da538898a73cec /param.ccl
parentbac3a1ffb994bc61c85a1122b6fe86c8c13ec398 (diff)
Making the constraint calculation aware of LegoExcision.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@53 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 7 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index a494f7c..2b6d175 100644
--- a/param.ccl
+++ b/param.ccl
@@ -11,16 +11,19 @@ BOOLEAN constraint_communication "If yes sychronise the constraints"
{
} "no"
-BOOLEAN cartoon "Cartoon BC"
-{
-} "no"
-
KEYWORD bound "Which boundary condition to apply"
{
"flat" :: "Flat (copy) boundary condition"
"static" :: "Static (don't do anything) boundary condition"
} "flat"
+BOOLEAN cartoon "Cartoon BC"
+{
+} "no"
+
+BOOLEAN excise "Use excision?"
+{
+} "no"