aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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