From dde1d0a9171f5f59831a5e7b343c35c6d8af0526 Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 1 Aug 2006 02:51:00 +0000 Subject: Set up epsdis mask also in postregrid. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@24 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9 --- schedule.ccl | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3