aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorknarf <knarf@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2005-07-26 10:40:36 +0000
committerknarf <knarf@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2005-07-26 10:40:36 +0000
commit684e2dadb30f8722878e0ae9f6bca6b0f8316074 (patch)
tree73687239d608b7371d8ee230c4532f8d719cf2d6 /schedule.ccl
parent3242cf5cf9628380c615e074b295f84f74f2a585 (diff)
respect emask if requested by parameter
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@15 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 649bcf5..c39b65e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -13,9 +13,10 @@ SCHEDULE dissipation_basegrid AT basegrid
LANG: C
} "Ensure that there are enough ghost zones"
-SCHEDULE setup_epsdis AT prestep
+SCHEDULE setup_epsdis AT cctk_poststep after SphericalSurface_HasBeenSet
{
LANG: C
+ SYNC: epsdisA_group
} "Setup spatially varying dissipation"
SCHEDULE dissipation_add IN MoL_PostRHS