aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2004-01-02 16:21:52 +0000
committerschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2004-01-02 16:21:52 +0000
commita5dfe864857e7252dab39257cec3a75565305455 (patch)
treea155da8fdcbc31b6f06a95171b1b222c4d456ed0 /param.ccl
parentc7982a09298dfb31f28b8f11a588ceb58be9945b (diff)
Kreiss-Oliger artificial dissipation for MoL.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@2 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl16
1 files changed, 16 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..b50b7da
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,16 @@
+# Parameter definitions for thorn Dissipation
+# $Header$
+
+BOOLEAN verbose "produce log output" STEERABLE=always
+{
+} "no"
+
+REAL epsdis "Dissipation strength" STEERABLE=always
+{
+ *:* :: "0 for no dissipation. Unstable for epsdis<0 and epsdis>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"
+} ""