aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7575d69..77148a8 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -13,3 +13,8 @@ SCHEDULE SBP_CheckGridSizes AT postinitial
{
LANG: Fortran
} "Check grid sizes and ghost zones"
+
+SCHEDULE SBP_DissipationAdd IN MoL_PostRHS
+{
+ LANG: C
+} "Add SBP compatible dissipation to the right hand sides"