summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl33
1 files changed, 33 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..2ca5e50
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,33 @@
+# Parameter definitions for thorn MaximalSlicingAxi
+
+SHARES: ADMBase
+
+EXTENDS KEYWORD lapse_evolution_method
+{
+ "maximal_axi" :: "Maximal slicing for an axisymmetric spacetime"
+}
+
+RESTRICTED:
+CCTK_REAL amplitude "Wave amplitude A."
+{
+ 0: :: ""
+} 1.0
+
+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
+
+BOOLEAN export_coeffs "Export the coefficients of the spectral expansion in alpha_coeffs" STEERABLE=recover
+{
+} "no"