aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2005-06-14 20:26:02 +0000
committerschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2005-06-14 20:26:02 +0000
commit006083638b7fcad16e5e2c6eed71f72f2c1a2c9c (patch)
tree5b65477b75adf2b24b5d21473ef1a730c06f288a /schedule.ccl
parentefcd06a3138fbffba457960d8992111983695e82 (diff)
Add Frank Herrmann's extra dissipation switches.
Two new parameters, Dissipation::extra_dissipation_in_horizons and Dissipation::extra_dissipation_at_outerbound, increase the disspation coefficient inside horizons and near the outer boundary. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@10 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e52b474..649bcf5 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,11 +1,23 @@
# Schedule definitions for thorn Dissipation
# $Header$
+STORAGE: epsdisA_group
+
+SCHEDULE dissipation_paramcheck AT paramcheck
+{
+ LANG: C
+} "Check dissipation parameters for consistency"
+
SCHEDULE dissipation_basegrid AT basegrid
{
LANG: C
} "Ensure that there are enough ghost zones"
+SCHEDULE setup_epsdis AT prestep
+{
+ LANG: C
+} "Setup spatially varying dissipation"
+
SCHEDULE dissipation_add IN MoL_PostRHS
{
LANG: C