aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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