aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 7518ac7..32cb36e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -38,11 +38,16 @@ REAL epsdis "Dissipation strength" STEERABLE=always
*:* :: "Values typical between 0 and 1"
} 0.2
-REAL diss_fraction "Fractional size of the transition region for the full restricted dissipation operator"
+REAL diss_fraction[3] "Fractional size of the transition region for the full restricted dissipation operator"
{
0:0.5 :: ""
} 0.2
+REAL h_scaling[3] "Scaling factor for the local grid spacing in the dissipation operators"
+{
+ 0:* :: "Positive please"
+} 1.0
+
STRING vars "List of evolved grid functions that should have dissipation added" STEERABLE=always
{
.* :: "Must be a valid list of grid functions"