aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2006-04-11 23:21:14 +0000
committerschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2006-04-11 23:21:14 +0000
commit4bbeb298f6cf8f834c12bf80cc92b1c30e075216 (patch)
tree64ec59f4f9dcf39cafdb69c13bc8b3ef07041082 /param.ccl
parent2f625ffa140dcfc915dd0f07eb2784900d7fdb0c (diff)
Add Peter's new higher order dissipation operators.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@22 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 00ebb03..686f17f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -11,6 +11,8 @@ INT order "Dissipation order" STEERABLE=always
{
1 :: "first order accurate dissipation (using a second derivative)"
3 :: "third order accurate dissipation (using a fourth derivative)"
+ 5 :: "fifth order accurate dissipation (using a sixth derivative)"
+ 7 :: "seventh order accurate dissipation (using an eight derivative)"
} 3
REAL epsdis "Dissipation strength" STEERABLE=always