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.ccl25
1 files changed, 25 insertions, 0 deletions
diff --git a/CarpetExtra/WaveToyF77/param.ccl b/CarpetExtra/WaveToyF77/param.ccl
new file mode 100644
index 000000000..2dc648a75
--- /dev/null
+++ b/CarpetExtra/WaveToyF77/param.ccl
@@ -0,0 +1,25 @@
+# Parameter definitions for thorn WaveToyF77
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyF77/param.ccl,v 1.7 2002/03/21 15:31:50 shawley Exp $
+
+private:
+
+KEYWORD bound "Type of boundary condition to use"
+{
+ "none" :: "No boundary condition"
+ "flat" :: "Flat boundary condition"
+ "radiation" :: "Radiation boundary condition"
+ "robin" :: "Robin boundary condition"
+ "zero" :: "Zero boundary condition"
+ "static" :: "Static 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