summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl37
1 files changed, 37 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..7c3b340
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,37 @@
+SHARES: ADMBase
+
+EXTENDS KEYWORD initial_data
+{
+ "teukolskydata" :: "Teukolsky wave initial data"
+}
+
+RESTRICTED:
+CCTK_REAL amplitude "Wave amplitude A."
+{
+ : :: ""
+} 1.0
+
+CCTK_INT solution_branch ""
+{
+ : :: ""
+} 0
+
+CCTK_INT basis_order_0 "Number of the basis functions in the radial direction"
+{
+ 1: :: ""
+} 64
+
+CCTK_INT basis_order_1 "Number of the basis functions in the angular direction"
+{
+ 1: :: ""
+} 8
+
+CCTK_REAL scale_factor "Scaling factor L for the SB basis"
+{
+ 0: :: ""
+} 3.0
+
+CCTK_INT max_iter "Maximum number of Newton iterations"
+{
+ 1: :: ""
+} 16