aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/FOWaveToyF77/param.ccl
diff options
context:
space:
mode:
authoreschnett <>2001-03-01 11:40:00 +0000
committereschnett <>2001-03-01 11:40:00 +0000
commit310f0ea48d18866b773136aed11200b6eda6378b (patch)
tree445d3e34ce8b89812994b6614f7bc9f4acbc7fe2 /CarpetExtra/FOWaveToyF77/param.ccl
Initial revision
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz
Diffstat (limited to 'CarpetExtra/FOWaveToyF77/param.ccl')
-rw-r--r--CarpetExtra/FOWaveToyF77/param.ccl25
1 files changed, 25 insertions, 0 deletions
diff --git a/CarpetExtra/FOWaveToyF77/param.ccl b/CarpetExtra/FOWaveToyF77/param.ccl
new file mode 100644
index 000000000..9204f6329
--- /dev/null
+++ b/CarpetExtra/FOWaveToyF77/param.ccl
@@ -0,0 +1,25 @@
+# Parameter definitions for thorn WaveToyF77
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/FOWaveToyF77/param.ccl,v 1.5 2003/07/08 23:12:45 schnetter Exp $
+
+private:
+
+STRING bound "Type of boundary condition to use"
+{
+ ".*" :: "Must be a registered boundary condition"
+} "Zero"
+
+INT bound_width "Number of boundary points"
+{
+ 1:* :: ""
+} 1
+
+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