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

if (CCTK_Equals(initial_data,"axioddbh")) 
{ 
  STORAGE: sph_to_car_coord, sph_to_car_psi

  schedule IDAxiOddBrillBH_ParamCheck at PARAMCHECK
  {
    LANG: C
  } "Check Parameters"

  schedule IDAxiOddBrillBH at CCTK_INITIAL
  {
    LANG: Fortran
  } "Construct IDAxiOddBrillBH"  
}