aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index bcfa006..fc70283 100644
--- a/param.ccl
+++ b/param.ccl
@@ -11,3 +11,17 @@ INT order "Order of accuracy" STEERABLE=always
{
2:8:2 :: ""
} 2
+
+BOOLEAN use_dissipation "Should we add dissipation"
+{
+} "no"
+
+REAL epsdis "Dissipation strength" STEERABLE=always
+{
+ *:* :: "Values typical between 0 and 1"
+} 0.2
+
+STRING vars "List of evolved grid functions that should have dissipation added" STEERABLE=always
+{
+ .* :: "Must be a valid list of grid functions"
+} ""