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

STORAGE: coordinates

schedule RegisterCartGrid3DCoords at CCTK_STARTUP
{
  LANG:C
} "Register coordinates for the Cartesian grid"

schedule ParamCheck_CartGrid3D at CCTK_BASEGRID
{
  LANG:Fortran
} "Check coordinates for CartGrid3D"

schedule CartGrid3D at CCTK_BASEGRID
{
  LANG:Fortran
} "Set up spatial 3D Cartesian coordinates on the GH"