summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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