summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-07 11:35:03 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-07 11:35:03 +0200
commit5c9a55f3e6335fb1a89a61708a98b285b511ad15 (patch)
treefb2ae986b36ba6150333c66fe62792969d523e86 /param.ccl
Initial commit.
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