aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2006-08-01 02:51:00 +0000
committerschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2006-08-01 02:51:00 +0000
commitdde1d0a9171f5f59831a5e7b343c35c6d8af0526 (patch)
treee6dde130cc1e85167d0e695dc90a96ca832f7774
parent3b8a9fc18c9814fa8eead1d7abc166ea9ba7c4fd (diff)
Set up epsdis mask also in postregrid.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@24 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index c39b65e..dac8931 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -19,6 +19,12 @@ SCHEDULE setup_epsdis AT cctk_poststep after SphericalSurface_HasBeenSet
SYNC: epsdisA_group
} "Setup spatially varying dissipation"
+SCHEDULE setup_epsdis AT cctk_postregrid
+{
+ LANG: C
+ SYNC: epsdisA_group
+} "Setup spatially varying dissipation"
+
SCHEDULE dissipation_add IN MoL_PostRHS
{
LANG: C