aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: c9c43df24a78338769366be998490065c739f0d4 (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 IN ADMBase_InitialData
  {
    LANG: Fortran
  } "Construct IDAxiOddBrillBH"  
}