aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 74308e41713d17dbe0daf4a2f51f153feb201b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Schedule definitions for thorn IDBrBrPETSc
# $Header$

if (id_noise) {
  SCHEDULE id_noise AT CCTK_POSTINITIAL
  {
    LANG: C
  } "Add noise to initial data"
}

if (bc_noise) {
  SCHEDULE bc_noise AT CCTK_POSTSTEP
  {
     LANG: C
  } "Add noise to boundary condition"
}