aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorpollney <pollney@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2007-12-13 12:27:09 +0000
committerpollney <pollney@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2007-12-13 12:27:09 +0000
commit102887f6f2daf817ead40641ceb41856c6d43d47 (patch)
treea233910821d7a603ea0c5d1a5a9417b1d7d47e19 /param.ccl
parent4dddaca99da04a904ca4573b465eaf756c619fc6 (diff)
Added per-refinement-level dissipation via a new 'epsdis_for_level'
parameter. If this is non-zero for a particular index, then the value will be used as the epsdis parameter for the refinement level corresponding to that index. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@31 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 69df2fc..758a302 100644
--- a/param.ccl
+++ b/param.ccl
@@ -25,7 +25,11 @@ STRING vars "List of evolved grid functions that should have dissipation added"
.* :: "must be a valid list of grid functions"
} ""
-
+REAL epsdis_for_level[32] "Alternate epsdis for a specific refinement level" \
+ STEERABLE=always
+{
+ : :: "Negative indicates use default"
+} -1.0
# No dissipation near excision boundary