summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-02-28 10:19:06 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-28 10:19:06 +0100
commita4915453f05ebdfeccd8f954026096e8f145fd06 (patch)
tree11890131c70108493c730a93fdf20ead7209a0bf /param.ccl
Initial commit.
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl31
1 files changed, 31 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..e80c42b
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,31 @@
+# Parameter definitions for thorn QuasiMaximalSlicing
+
+RESTRICTED:
+CCTK_INT basis_order_r "Number of the basis functions in the radial direction" STEERABLE=recover
+{
+ 1: :: ""
+} 40
+
+CCTK_INT basis_order_z "Number of the basis functions in the z direction" STEERABLE=recover
+{
+ 1: :: ""
+} 40
+
+CCTK_REAL scale_factor "Scaling factor L for the SB basis" STEERABLE=recover
+{
+ 0: :: ""
+} 3.0
+
+CCTK_REAL filter_power "" STEERABLE=recover
+{
+ 0: :: ""
+} 64.0
+
+CCTK_REAL input_filter_power "" STEERABLE=recover
+{
+ 0: :: ""
+} 64.0
+
+BOOLEAN export_coeffs "Export the coefficients of the spectral expansion in alpha_coeffs" STEERABLE=recover
+{
+} "no"