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

if (CCTK_Equals(initial_data,"axioddbh")) 
{ 
  STORAGE: sph_to_car_coord, sph_to_car_psi
  schedule IDAxiOddBrillBH at CCTK_INITIAL
  {
    LANG: Fortran
  } "Construct IDAxiOddBrillBH"  
}