aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/WaveToyF77/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/WaveToyF77/param.ccl')
-rw-r--r--CarpetExtra/WaveToyF77/param.ccl13
1 files changed, 12 insertions, 1 deletions
diff --git a/CarpetExtra/WaveToyF77/param.ccl b/CarpetExtra/WaveToyF77/param.ccl
index 20886dc92..292969045 100644
--- a/CarpetExtra/WaveToyF77/param.ccl
+++ b/CarpetExtra/WaveToyF77/param.ccl
@@ -1,5 +1,5 @@
# Parameter definitions for thorn WaveToyF77
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyF77/param.ccl,v 1.3 2001/03/21 22:57:40 eschnett Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyF77/param.ccl,v 1.4 2002/01/08 14:21:12 schnetter Exp $
private:
@@ -11,3 +11,14 @@ KEYWORD bound "Type of boundary condition to use"
"robin" :: "Robin boundary condition"
"zero" :: "Zero boundary condition"
} "zero"
+
+KEYWORD excision_bound "Type of excision boundary condition to use"
+{
+ "1/r" :: "use 1/r Dirichlet data"
+ "none" :: "no excision"
+} "none"
+
+REAL excision_radius "Radius of excision region"
+{
+ 0:* :: "must be nonnegative"
+} 1.0