aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@936e0995-0e4f-0410-aade-aa24bf7baf3d>2005-05-31 18:21:27 +0000
committerschnetter <schnetter@936e0995-0e4f-0410-aade-aa24bf7baf3d>2005-05-31 18:21:27 +0000
commitf1b0426cf79e059121ed4c2011d9a61d0844b252 (patch)
treef8c56bbe679be84d7ad59e4b1ab084a3b3941084 /schedule.ccl
parent42e44ce66f7cd7c018029113d5a63a9af326ff59 (diff)
Schedule adding noise AT initial AFTER ADMBase_InitialData and
ADMBase_InitialGauge instead of AT postinitial. postinitial may be too late because BSSN_MoL has already converted the ADM variables to the BSSN ones. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@17 936e0995-0e4f-0410-aade-aa24bf7baf3d
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 13bb5be..ccb2e8c 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,8 +1,8 @@
-# Schedule definitions for thorn IDBrBrPETSc
+# Schedule definitions for thorn Noise
# $Header$
if (apply_id_noise) {
- SCHEDULE id_noise AT CCTK_POSTINITIAL
+ SCHEDULE id_noise AT CCTK_INITIAL AFTER (ADMBase_InitialData ADMBase_InitialGauge)
{
LANG: C
} "Add noise to initial data"