aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2002-05-16 15:40:08 +0000
committerpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2002-05-16 15:40:08 +0000
commitabda4657ffa44012867ae9b5d0ff5d182dde7cbf (patch)
treeb6845523732e7b7fb0d1c37fc96ee96df9952a94 /schedule.ccl
parent06041b1249a093127d452f63d5df571e503c1d60 (diff)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@3 936e0995-0e4f-0410-aade-aa24bf7baf3d
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl16
1 files changed, 16 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..eaa9123
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,16 @@
+# Schedule definitions for thorn IDBrBrPETSc
+# $Header$
+
+if (noisy_id) {
+ SCHEDULE id_noise AT CCTK_POSTINITIAL
+ {
+ LANG: C
+ } "Add noise to initial data"
+}
+
+if (noisy_bc) {
+ SCHEDULE bc_noise AT CCTK_POSTSTEP
+ {
+ LANG: C
+ } "Add noise to boundary condition"
+} \ No newline at end of file