aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2005-05-25 01:24:48 +0000
committerdiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2005-05-25 01:24:48 +0000
commit4ea97d9b69c26ce524be1d403fbb960eb2e7528e (patch)
treeff3bb3f16be67291ab1fc53c3b24653a72780ec8 /param.ccl
parent33bdcffa851c4d7210c24e50ff8964cced12a23e (diff)
Dissipation operator for the optimized 4-3 restricted full norm case. Testing
still in progress, but it looks like the convergence order is right. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@33 f69c4107-0314-4c4f-9ad4-17e986b73f4a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 0866282..ebbe4d4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -27,6 +27,11 @@ REAL epsdis "Dissipation strength" STEERABLE=always
*:* :: "Values typical between 0 and 1"
} 0.2
+REAL diss_fraction "Fractional size of the transition region for the full restricted dissipation operator"
+{
+ 0:0.5 :: ""
+} 0.2
+
STRING vars "List of evolved grid functions that should have dissipation added" STEERABLE=always
{
.* :: "Must be a valid list of grid functions"