aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 40ecd15d907ef6ad7d4eed1284adf03fd3435065 (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 CartGrid2D
# $Header$

STORAGE: coordinates gridspacings

schedule RegisterCartGrid2DCoords at CCTK_WRAGH
{
  LANG:C
}"register coordinates for the cartesian grid"

schedule CartGrid2D_SetRanges at CCTK_BASEGRID before SpatialCoordinates
{
  LANG:C
} "Set up ranges for spatial 2D Cartesian coordinates (on all grids)"


schedule CartGrid2D_SetCoordinates as SpatialCoordinates at CCTK_BASEGRID
{
  LANG:C
} "Set up spatial 2D Cartesian coordinates on the GH"