summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-05-29 14:07:38 +0200
committerAnton Khirnov <anton@khirnov.net>2014-05-29 14:07:38 +0200
commit437ffad56eef47103f6d4a51fa202cafbcfe465d (patch)
treeed699bd4dcd0573b6a078749c92d70814edf3402 /param.ccl
Initial commit
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl20
1 files changed, 20 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..b490a37
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,20 @@
+# Parameter definitions for thorn Trumpet
+
+SHARES: ADMBase
+
+EXTENDS KEYWORD initial_data
+{
+ "brilldata" :: "Brill wave initial data"
+}
+
+RESTRICTED:
+CCTK_REAL amplitude "amplitude"
+{
+ : :: ""
+} 1
+
+RESTRICTED:
+CCTK_INT cheb_order "order"
+{
+ 1: :: ""
+} 20