aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2007-12-05 23:14:14 +0000
committerschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2007-12-05 23:14:14 +0000
commit4dddaca99da04a904ca4573b465eaf756c619fc6 (patch)
tree0a35315b0311cb8c6dd32381fc50a7ecf0ceff2f /schedule.ccl
parent4de562c4595ff46790e4a6b7179a0fadb8aa3515 (diff)
Add new parameter use_dissipation_near_excision.
Add OpenMP parallelisation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@30 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index dac8931..cea15f2 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_postregridinitial
+{
+ LANG: C
+ SYNC: epsdisA_group
+} "Setup spatially varying dissipation"
+
SCHEDULE setup_epsdis AT cctk_postregrid
{
LANG: C