aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>1999-10-27 12:29:50 +0000
committerallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>1999-10-27 12:29:50 +0000
commit19b102850583f79f8c7aa9676c3c6ea79359ad65 (patch)
tree2edb1a429341f9f0c914d6f57a7e2e426fb24e67 /param.ccl
parent1a31c37503f1db30830bf20071811358dbee90c8 (diff)
Can choose static or flat boundary conditions for the constraints.
The parameter is ADMConstraints::bound = "flat" etc and the default is flat git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@25 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index cec61a1..8f9ce6c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -11,7 +11,11 @@ BOOLEAN constraint_communication "If yes sychronise the constraints"
{
} "no"
-
+KEYWORD bound "Which boundary condition to apply"
+{
+ "flat" :: "Flat (copy) boundary condition"
+ "static" :: "Static (don't do anything) boundary condition"
+} "flat"