summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-07 18:13:49 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-07 18:13:49 +0200
commitd53f73b7f7c728e96ffc07b55fa30b9e6fc5121c (patch)
treec79d588e646ea3e65b2db1532d65bb691ee88b0e /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..3c3d285
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,37 @@
+# Parameter definitions for thorn MinimalDistortionAxi
+#
+SHARES: ADMBase
+EXTENDS KEYWORD shift_evolution_method
+{
+ "minimal_distortion_axi" :: "minimal distortion axi"
+}
+
+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 filter_power "" STEERABLE=recover
+{
+ 0: :: ""
+} 64.0
+
+CCTK_REAL scale_factor "" STEERABLE=recover
+{
+ 0: :: ""
+} 64.0
+
+CCTK_REAL scale_power "" STEERABLE=recover
+{
+ 0: :: ""
+} 64.0
+
+BOOLEAN export_coeffs "Export the coefficients of the spectral expansion in beta*_coeffs" STEERABLE=recover
+{
+} "no"