aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 412c47b10c0e4a5dd4d1141c0a41167906a7bdce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Schedule definitions for thorn CartGrid3D
# $Header$

STORAGE: coordinates gridspacings

schedule SymmetryStartup at CCTK_STARTUP
{
  LANG: C
} "Register GH Extension for GridSymmetry"

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

schedule ParamCheck_CartGrid3D at CCTK_PARAMCHECK
{
  LANG:C
} "Check coordinates for CartGrid3D"

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