aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorwerner <werner@50555cc7-fb31-491a-85db-9a2874240742>1999-10-11 08:59:17 +0000
committerwerner <werner@50555cc7-fb31-491a-85db-9a2874240742>1999-10-11 08:59:17 +0000
commit02617407d19e1d0a3f6fb3a9f63f0e0f28f0768e (patch)
tree68a117e1bdb098907a81ffb6f9e4c16c25ffd7ce /param.ccl
parent566dc500cd383ad50476a246f2f213c2316a166b (diff)
WaveToy in C++
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@2 50555cc7-fb31-491a-85db-9a2874240742
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 13 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..b22e27d
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,13 @@
+# Parameter definitions for thorn WaveToyC
+# $Header$
+
+private:
+
+KEYWORD bound "Type of boundary condition to use"
+{
+ "none" :: "No boundary condition"
+ "flat" :: "Flat boundary condition"
+ "radiation" :: "Radiation boundary condition"
+} "none"
+
+