aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: f5b74b4874148c4bd1ebc74c5155c021e8d49bbf (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 Noise
# $Header$

if (apply_id_noise) {
  SCHEDULE id_noise AT CCTK_INITIAL AFTER (ADMBase_InitialData ADMBase_InitialGauge HydroBase_Initial) BEFORE (ADMBase_PostInitial HydroBase_Prim2ConInitial)
  {
    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 CCTK_POSTRESTRICT
  {
     LANG: C
  } "Add noise to boundary condition"
}