aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index 5640ea1..ca4cbcb 100644
--- a/param.ccl
+++ b/param.ccl
@@ -7,9 +7,9 @@ BOOLEAN verbose "produce log output" STEERABLE=always
INT order "Dissipation order" STEERABLE=always
{
- 2 :: "second order dissipation (first order accurate)"
- 4 :: "fourth order dissipation (third order accurate)"
-} 4
+ 1 :: "first order accurate dissipation (using a second derivative)"
+ 3 :: "third order accurate dissipation (using a fourth derivative)"
+} 3
REAL epsdis "Dissipation strength" STEERABLE=always
{