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

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

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

  SCHEDULE bc_noise AT POSTRESTRICT
  {
     LANG: C
  } "Add noise to boundary condition"
}