summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-12 13:15:02 +0200
committerAnton Khirnov <anton@khirnov.net>2016-05-12 13:15:02 +0200
commit7d8d6b69891738d6837323b973e636ee86c5cdcd (patch)
tree8f1cb552a69f5cdbde1db83b5fb8f864ebe6679d /param.ccl
parenta4915453f05ebdfeccd8f954026096e8f145fd06 (diff)
A major rewrite.
The code is now mostly functional, this splits it into several independent subsystems to be more readable/maintainable.
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index e80c42b..4e2053a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -11,17 +11,17 @@ CCTK_INT basis_order_z "Number of the basis functions in the z direction" STEERA
1: :: ""
} 40
-CCTK_REAL scale_factor "Scaling factor L for the SB basis" STEERABLE=recover
+CCTK_REAL filter_power "" STEERABLE=recover
{
0: :: ""
-} 3.0
+} 64.0
-CCTK_REAL filter_power "" STEERABLE=recover
+CCTK_REAL scale_factor "" STEERABLE=recover
{
0: :: ""
} 64.0
-CCTK_REAL input_filter_power "" STEERABLE=recover
+CCTK_REAL scale_power "" STEERABLE=recover
{
0: :: ""
} 64.0