aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@479a9caf-478d-4319-8268-cbb0ee841cc9>2003-07-18 18:08:39 +0000
committerallen <allen@479a9caf-478d-4319-8268-cbb0ee841cc9>2003-07-18 18:08:39 +0000
commit310bab73f14fce8a9089c7cdc570876cc6f22348 (patch)
tree1be3398b0a510dc7e976b4936f4e6bb88f08df6a /param.ccl
parentdbffc86c72ecb8f77401622825808bc2ea252e88 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyExtra/trunk@3 479a9caf-478d-4319-8268-cbb0ee841cc9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl21
1 files changed, 21 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..053a42f
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,21 @@
+# Parameter definitions for thorn WaveToyExtra
+# $Header$
+
+SHARES: wavetoy
+
+EXTENDS KEYWORD bound
+{
+ "custom" :: "custom boundary condition"
+}
+
+private:
+
+STRING custom_bound "Custom boundary condition to use"
+{
+ .* :: "Any valid boundary condition"
+} ""
+
+STRING custom_options "Table string for custom boundary condition"
+{
+ .* :: "Any valid table string"
+} ""