aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@936e0995-0e4f-0410-aade-aa24bf7baf3d>2010-07-09 22:26:19 +0000
committereschnett <eschnett@936e0995-0e4f-0410-aade-aa24bf7baf3d>2010-07-09 22:26:19 +0000
commite9afc30e19aea509c98e7fe3275a416e9003d659 (patch)
tree81f214d7e8d35c130f9292f4eb455bf78fca2e49 /schedule.ccl
parent77a4300983017e37d69fcf5635a39262375fea9c (diff)
In order to use the CactusNumerical/Noise thorn to perform a stress
test on the hydro equations, "id_noise" has to be properly scheduled with respect to HydroBase_Initial and HydroBase_Prim2ConInitial. As it is now numerical perturbation on the hydro variables could be discarded / overwritten. This (trivial) patch fixes the above mentioned issue and includes some small aesthetic fixes. [From David Radice [david.radice@aei.mpg.de>] git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@22 936e0995-0e4f-0410-aade-aa24bf7baf3d
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ccb2e8c..23b7937 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -2,7 +2,7 @@
# $Header$
if (apply_id_noise) {
- SCHEDULE id_noise AT CCTK_INITIAL AFTER (ADMBase_InitialData ADMBase_InitialGauge)
+ SCHEDULE id_noise AT CCTK_INITIAL AFTER (ADMBase_InitialData ADMBase_InitialGauge HydroBase_Initial) BEFORE HydroBase_Prim2ConInitial
{
LANG: C
} "Add noise to initial data"