aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2007-12-05 23:14:14 +0000
committerschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2007-12-05 23:14:14 +0000
commit4dddaca99da04a904ca4573b465eaf756c619fc6 (patch)
tree0a35315b0311cb8c6dd32381fc50a7ecf0ceff2f /param.ccl
parent4de562c4595ff46790e4a6b7179a0fadb8aa3515 (diff)
Add new parameter use_dissipation_near_excision.
Add OpenMP parallelisation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@30 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 2ecde5b..69df2fc 100644
--- a/param.ccl
+++ b/param.ccl
@@ -27,6 +27,14 @@ STRING vars "List of evolved grid functions that should have dissipation added"
+# No dissipation near excision boundary
+
+BOOLEAN use_dissipation_near_excision "Apply excision near the excision boundary (does not work for high orders)"
+{
+} "yes"
+
+
+
# Extra dissipation in horizons
BOOLEAN extra_dissipation_in_horizons "extra dissipation in horizons" STEERABLE=always