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

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